OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LPT_OBUSY
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
lptvar.h
75
#define
LPT_OBUSY
0x02 /* printer is busy doing output */
/src/sys/dev/mvme/
lptvar.h
55
#define
LPT_OBUSY
0x02 /* printer is busy doing output */
/src/sys/arch/atari/dev/
lpt.c
104
#define
LPT_OBUSY
0x02 /* printer is busy doing output */
325
if ((sc->sc_state &
LPT_OBUSY
) == 0) {
384
sc->sc_state |=
LPT_OBUSY
;
386
sc->sc_state &= ~
LPT_OBUSY
;
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025