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

/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c172 #define OBUSY (1<<3) /* printer is busy doing output */ macro
457 sc->sc_state &= ~OBUSY;
575 if ((sc->sc_state & OBUSY) == 0){
582 if (sc->sc_state & OBUSY)
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c157 #define OBUSY (1<<3) /* printer is busy doing output */ macro
472 sc->sc_state &= ~OBUSY;
828 if ((sc->sc_state & OBUSY) == 0){
833 if (sc->sc_state & OBUSY)
887 sc->sc_state = (sc->sc_state | OBUSY) & ~EERROR;
907 sc->sc_state &= ~OBUSY;

Completed in 58 milliseconds