Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c219 PRN_1284_NOFAULT | PRN_1284_BUSY)) { in prnio_state()
225 } else if ((pins & PRN_1284_NOFAULT) == 0) { in prnio_state()
231 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) { in prnio_state()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c240 PRN_1284_NOFAULT | PRN_1284_BUSY)) { in prnio_state()
246 } else if ((pins & PRN_1284_NOFAULT) == 0) { in prnio_state()
252 } else if (pins ^ (PRN_1284_SELECT | PRN_1284_NOFAULT)) { in prnio_state()
/illumos-gate/usr/src/uts/common/sys/
H A Dprnio.h91 #define PRN_1284_NOFAULT 0x08 /* device is not in error state */ macro