Searched refs:sc_statbuf (Results 1 – 1 of 1) sorted by relevance
123 void *sc_statbuf; member404 sc->sc_statbuf = malloc(BUFSTATSIZE, M_DEVBUF, M_WAITOK); in lpt_attach()435 free(sc->sc_statbuf, M_DEVBUF); in lpt_detach()731 sc->sc_statbuf, min(BUFSTATSIZE, in lptread()740 error = uiomove(sc->sc_statbuf, len, uio); in lptread()