/src/sys/dev/ic/ |
i82586.c | 178 static struct mbuf *ieget(struct ie_softc *, int, int); 884 ieget(struct ie_softc *sc, int head, int totlen) function in typeref:struct:mbuf * 1014 m = ieget(sc, bstart, pktlen);
|
i82586.c | 178 static struct mbuf *ieget(struct ie_softc *, int, int); 884 ieget(struct ie_softc *sc, int head, int totlen) function in typeref:struct:mbuf * 1014 m = ieget(sc, bstart, pktlen);
|
/src/sys/arch/sun3/dev/ |
if_ie.c | 206 static inline struct mbuf * ieget(struct ie_softc *); 756 ieget(struct ie_softc *sc) function in typeref:struct:mbuf * 894 m = ieget(sc);
|
if_ie.c | 206 static inline struct mbuf * ieget(struct ie_softc *); 756 ieget(struct ie_softc *sc) function in typeref:struct:mbuf * 894 m = ieget(sc);
|
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 181 struct mbuf *ieget(struct ie_softc *, int *); 1071 ieget(struct ie_softc *sc, int *to_bpf ) function in typeref:struct:mbuf * 1270 m = ieget(sc, 0);
|
if_ie.c | 181 struct mbuf *ieget(struct ie_softc *, int *); 1071 ieget(struct ie_softc *sc, int *to_bpf ) function in typeref:struct:mbuf * 1270 m = ieget(sc, 0);
|