sc_count          223 dev/ic/lpt.c   	sc->sc_count = 0;
sc_count          283 dev/ic/lpt.c   	if (sc->sc_count)
sc_count          310 dev/ic/lpt.c   		while (sc->sc_count > 0) {
sc_count          334 dev/ic/lpt.c   			sc->sc_count--;
sc_count          344 dev/ic/lpt.c   		while (sc->sc_count > 0) {
sc_count          348 dev/ic/lpt.c   				    sc->sc_count));
sc_count          378 dev/ic/lpt.c   		sc->sc_count = n;
sc_count          385 dev/ic/lpt.c   			uio->uio_resid += sc->sc_count;
sc_count          386 dev/ic/lpt.c   			sc->sc_count = 0;
sc_count          405 dev/ic/lpt.c   	if (((sc->sc_state & LPT_OPEN) == 0 && sc->sc_count == 0) ||
sc_count          413 dev/ic/lpt.c   	if (sc->sc_count) {
sc_count          419 dev/ic/lpt.c   		sc->sc_count--;
sc_count          425 dev/ic/lpt.c   	if (sc->sc_count == 0) {
sc_count           60 dev/ic/lptvar.h 	size_t sc_count;
sc_count          235 dev/tc/tcds.c  		evcount_attach(&slotc->sc_count, sc->sc_dv.dv_xname, NULL,
sc_count          495 dev/tc/tcds.c  		sc->sc_slots[slot].sc_count.ec_count++;			\
sc_count           42 dev/tc/tcdsvar.h 	struct evcount sc_count;		/* intr. count */