eg_inbuf 102 dev/isa/if_eg.c u_char *eg_inbuf; /* Incoming packet buffer */
eg_inbuf 484 dev/isa/if_eg.c if (sc->eg_inbuf == 0)
eg_inbuf 485 dev/isa/if_eg.c sc->eg_inbuf = malloc(EG_BUFLEN, M_TEMP, M_NOWAIT);
eg_inbuf 628 dev/isa/if_eg.c for (ptr = (u_short *)sc->eg_inbuf; len > 0; len -= 2) {
eg_inbuf 644 dev/isa/if_eg.c egread(sc, sc->eg_inbuf, len);