| /src/sys/arch/mvme68k/stand/sboot/ |
| sboot.h | 56 int le_put(u_char *, size_t);
|
| etherfun.c | 55 le_put(buf, 76); 147 le_put(buf, tot - buf);
|
| le_poll.c | 195 int le_put(u_char *pkt, size_t len) function 205 le_error("le_put(way before xmit)", ler1); 217 le_error("le_put(before xmit)", ler1); 224 le_error("le_put(after xmit)", ler1); 230 le_error("le_put(timeout)", ler1); 240 printf("le_put: xmit error, buf %d\n", 242 le_error("le_put(xmit error)", ler1);
|
| /src/sys/arch/luna68k/stand/boot/ |
| if_le.c | 84 static int le_put(struct iodesc *, void *, size_t); 101 le_put, 205 le_put(struct iodesc *desc, void *pkt, size_t len) function
|
| /src/sys/arch/vax/boot/boot/ |
| if_le.c | 65 static int le_put(struct iodesc *, void *, size_t); 70 0, 0, 0, 0, le_get, le_put, 284 le_put(struct iodesc *desc, void *pkt, size_t len) function
|
| /src/sys/arch/mvme68k/stand/netboot/ |
| if_le.c | 82 int le_put(struct iodesc *, void *, size_t); 101 le_put, /* put */ 323 le_put(struct iodesc *desc, void *pkt, size_t len) function 334 le_error(desc->io_netif, "le_put(way before xmit)", ler1); 346 le_error(desc->io_netif, "le_put(before xmit)", ler1); 353 le_error(desc->io_netif, "le_put(after xmit)", ler1); 359 le_error(desc->io_netif, "le_put(timeout)", 370 printf("le_put: xmit error, buf %d\n", 372 le_error(desc->io_netif, "le_put(xmit error)", ler1); 388 printf("le%d: le_put() successful: sent %d\n" [all...] |
| /src/sys/arch/hp300/stand/common/ |
| if_le.c | 76 static int le_put(struct iodesc *, void *, size_t); 114 le_put, /* netif_put */ 527 le_put(struct iodesc *desc, void *pkt, size_t len) function 542 printf("le%d: le_put called. next_td=%d\n", unit, sc->sc_next_td); 547 le_error(unit, "le_put(way before xmit)", stat); 571 le_error(unit, "le_put(before xmit)", stat); 575 le_error(unit, "le_put(after xmit)", stat); 581 le_error(unit, "le_put(timeout)", stat); 594 printf("le_put: xmit error, buf %d\n", sc->sc_next_td); 595 le_error(unit, "le_put(xmit error)", stat) [all...] |