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

/freebsd-12-stable/sys/dev/ppbus/
H A Dlpt.c158 #define EERROR (1<<2) /* error was received from printer */ macro
465 if (sc->sc_state & EERROR)
466 sc->sc_state &= ~EERROR;
889 sc->sc_state = (sc->sc_state | OBUSY) & ~EERROR;
918 sc->sc_state |= EERROR;

Completed in 110 milliseconds