Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c104 ((state & BPP_BUSY_ERR) ? "busy " : ""), in BppState()
129 } else if (state & BPP_BUSY_ERR) { in bpp_state()
/illumos-gate/usr/src/uts/common/sys/
H A Dbpp_io.h183 #define BPP_BUSY_ERR 0x40 /* Busy pin active */ macro
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c118 ((state & BPP_BUSY_ERR) ? "busy " : ""), in BppState()
144 } else if (state & BPP_BUSY_ERR) { in bpp_state()