HomeSort by: relevance | last modified time | path
    Searched refs:INTERRUPTED (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ppbus/
lptvar.h 64 #define INTERRUPTED (unsigned)(1<<7) /* write call was interrupted */
lpt.c 474 LPT_DPRINTF(("%s(%s): interrupted "
513 * Check for interrupted write call added.
551 sc->sc_state &= ~INTERRUPTED;
559 sc->sc_state |= INTERRUPTED;
576 * Flagging of interrupted write added.
598 sc->sc_state &= ~INTERRUPTED;
609 sc->sc_state |= INTERRUPTED;

Completed in 40 milliseconds