Lines Matching full:interrupted
158 #define INTERRUPTED (1<<7) /* write call was interrupted */ macro
198 * We might already have the bus for a write(2) after an interrupted in lpt_request_ppbus()
597 * Check for interrupted write call added.
617 /* if the last write was interrupted, don't complete it */ in lptclose()
618 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ)) in lptclose()
756 * Flagging of interrupted write added.
780 sc->sc_state &= ~INTERRUPTED; in lptwrite()
801 sc->sc_state |= INTERRUPTED; in lptwrite()
826 sc->sc_state |= INTERRUPTED; in lptwrite()
845 /* we have not been interrupted, release the ppbus */ in lptwrite()
856 * do checking for interrupted write call.
895 * Wakeup is not done if write call was not interrupted. in lptintr()
899 if (!(sc->sc_state & INTERRUPTED)) in lptintr()