HomeSort by: relevance | last modified time | path
    Searched defs:sc_ifbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ppbus/
if_plip.c 183 u_char *sc_ifbuf; member in struct:lp_softc
225 lp->sc_ifbuf = NULL;
291 if (lp->sc_ifbuf)
292 free(lp->sc_ifbuf, M_DEVBUF);
400 if (sc->sc_ifbuf == NULL) {
401 sc->sc_ifbuf = malloc(sc->sc_if.if_mtu +
420 ptr = sc->sc_ifbuf;
421 sc->sc_ifbuf = malloc(ifr->ifr_mtu + MLPIPHDRLEN, M_DEVBUF,
563 bp = sc->sc_ifbuf;
596 len = bp - sc->sc_ifbuf;
    [all...]

Completed in 12 milliseconds