OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lance_get
(Results
1 - 6
of
6
) sorted by relevancy
/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
/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
/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
440
m =
lance_get
(sc, boff, len);
Completed in 15 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026