Searched refs:OBUSY (Results 1 – 1 of 1) sorted by relevance
154 #define OBUSY (1<<3) /* printer is busy doing output */ macro467 sc->sc_state &= ~OBUSY; in lptout()818 if ((sc->sc_state & OBUSY) == 0){ in lptwrite()823 if (sc->sc_state & OBUSY) in lptwrite()877 sc->sc_state = (sc->sc_state | OBUSY) & ~EERROR; in lptintr()897 sc->sc_state &= ~OBUSY; in lptintr()