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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlptvar.h74 #define LPT_OPEN 0x01 /* device is open */ macro
H A Dlpt.c210 sc->sc_state = LPT_OPEN;
228 if (sc->sc_state & LPT_OPEN) {
391 if ((sc->sc_state & LPT_OPEN) == 0)
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlptvar.h54 #define LPT_OPEN 0x01 /* device is open */ macro
H A Dlpt_mvme.c202 sc->sc_state = LPT_OPEN;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dlpt.c103 #define LPT_OPEN 0x01 /* device is open */ macro
221 sc->sc_state = LPT_OPEN;

Completed in 114 milliseconds