/src/sys/arch/ews4800mips/stand/common/ |
ether_if.c | 66 extern bool lance_get(void *, size_t); 117 return lance_get(pkt, len) ? len : -1;
|
lance.c | 62 bool lance_get(void *, size_t); 104 lance_get(void *data, size_t len) function in typeref:typename:bool
|
/src/sys/arch/luna68k/stand/boot/ |
samachdep.h | 117 int lance_get(void *, void *, size_t);
|
if_le.c | 196 len = lance_get(cookie, pkt, len);
|
lance.c | 142 lance_get(void *cookie, void *data, size_t maxlen) function in typeref:typename:int
|
/src/sys/dev/ic/ |
lance.c | 102 integrate struct mbuf *lance_get(struct lance_softc *, int, int); 365 lance_get(struct lance_softc *sc, int boff, int totlen) function in typeref:typename:integrate struct mbuf * 440 m = lance_get(sc, boff, len);
|