Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c218 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT | in prnio_state()
222 } else if ((pins & PRN_1284_SELECT) == 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.c239 } else if (pins == (PRN_1284_PE | PRN_1284_SELECT | in prnio_state()
243 } else if ((pins & PRN_1284_SELECT) == 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.h92 #define PRN_1284_SELECT 0x10 /* device selected */ macro