Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c153 #define EERROR (1<<2) /* error was received from printer */ macro
458 if (sc->sc_state & EERROR) in lptout()
459 sc->sc_state &= ~EERROR; in lptout()
877 sc->sc_state = (sc->sc_state | OBUSY) & ~EERROR; in lptintr()
906 sc->sc_state |= EERROR; in lptintr()