Searched refs:sc_ifbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c152 u_char *sc_ifbuf; member in struct:lp_data
356 free(sc->sc_ifbuf, M_DEVBUF);
357 sc->sc_ifbuf = NULL;
384 sc->sc_ifbuf = malloc(sc->sc_ifp->if_mtu + MLPIPHDRLEN,
386 if (sc->sc_ifbuf == NULL) {
441 if (sc->sc_ifbuf)
442 free(sc->sc_ifbuf, M_DEVBUF);
443 sc->sc_ifbuf = ptr;
555 bp = sc->sc_ifbuf;
571 len = bp - sc->sc_ifbuf;
[all...]

Completed in 108 milliseconds