/src/sys/arch/mvme68k/stand/netboot/ |
if_le.c | 83 int le_poll(struct iodesc *, void *, int); 264 le_poll(struct iodesc *desc, void *pkt, int len) function in typeref:typename:int 281 le_error(desc->io_netif, "le_poll", ler1); 291 panic("le_poll: chained packet"); 410 cc = le_poll(desc, pkt, len);
|
/src/sys/arch/mvme68k/stand/sboot/ |
le_poll.c | 1 /* $NetBSD: le_poll.c,v 1.6 2018/03/08 03:12:02 mrg Exp $ */ 46 static int le_poll(void *, int); 146 le_poll(void *pkt, int len) function in typeref:typename:int 162 le_error("le_poll", ler1); 169 printf("le_poll: chained packet\n"); 268 cc = le_poll(pkt, len);
|
/src/sys/arch/hp300/stand/common/ |
if_le.c | 89 static int le_poll(struct iodesc *, void *, int); 454 le_poll(struct iodesc *desc, void *pkt, int len) function in typeref:typename:int 464 printf("le%d: le_poll called. next_rd=%d\n", unit, sc->sc_next_rd); 480 le_error(unit, "le_poll", stat); 487 panic("le_poll: chained packet"); 492 printf("le_poll: length %d\n", length); 639 cc = le_poll(desc, pkt, len);
|