Symbol: le_error
sys/arch/hp300/stand/common/if_le.c
477
le_error(unit, "le_poll", stat);
sys/arch/hp300/stand/common/if_le.c
547
le_error(unit, "le_put(way before xmit)", stat);
sys/arch/hp300/stand/common/if_le.c
571
le_error(unit, "le_put(before xmit)", stat);
sys/arch/hp300/stand/common/if_le.c
575
le_error(unit, "le_put(after xmit)", stat);
sys/arch/hp300/stand/common/if_le.c
581
le_error(unit, "le_put(timeout)", stat);
sys/arch/hp300/stand/common/if_le.c
595
le_error(unit, "le_put(xmit error)", stat);
sys/arch/hp300/stand/common/if_le.c
83
static void le_error(int, char *, uint16_t);
sys/arch/mvme68k/stand/netboot/if_le.c
278
le_error(desc->io_netif, "le_poll", ler1);
sys/arch/mvme68k/stand/netboot/if_le.c
334
le_error(desc->io_netif, "le_put(way before xmit)", ler1);
sys/arch/mvme68k/stand/netboot/if_le.c
346
le_error(desc->io_netif, "le_put(before xmit)", ler1);
sys/arch/mvme68k/stand/netboot/if_le.c
353
le_error(desc->io_netif, "le_put(after xmit)", ler1);
sys/arch/mvme68k/stand/netboot/if_le.c
359
le_error(desc->io_netif, "le_put(timeout)",
sys/arch/mvme68k/stand/netboot/if_le.c
372
le_error(desc->io_netif, "le_put(xmit error)", ler1);
sys/arch/mvme68k/stand/netboot/if_le.c
76
void le_error(struct netif *, char *, volatile struct lereg1 *);
sys/arch/mvme68k/stand/sboot/le_poll.c
159
le_error("le_poll", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
205
le_error("le_put(way before xmit)", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
217
le_error("le_put(before xmit)", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
224
le_error("le_put(after xmit)", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
230
le_error("le_put(timeout)", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
242
le_error("le_put(xmit error)", ler1);
sys/arch/mvme68k/stand/sboot/le_poll.c
41
static void le_error(const char *, struct lereg1 *);