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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c155 u_char *sc_ifbuf; member in struct:lp_data
359 free(sc->sc_ifbuf, M_DEVBUF);
360 sc->sc_ifbuf = NULL;
387 sc->sc_ifbuf = malloc(sc->sc_ifp->if_mtu + MLPIPHDRLEN,
389 if (sc->sc_ifbuf == NULL) {
444 if (sc->sc_ifbuf)
445 free(sc->sc_ifbuf, M_DEVBUF);
446 sc->sc_ifbuf = ptr;
557 bp = sc->sc_ifbuf;
573 len = bp - sc->sc_ifbuf;
[all...]

Completed in 85 milliseconds