Searched refs:BPP_SLCT_ERR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbpp_io.h182 #define BPP_SLCT_ERR 0x02 /* Select pin active */ macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c105 ((state & BPP_SLCT_ERR) ? "offline " : ""),
128 if (state == (BPP_PE_ERR | BPP_ERR_ERR | BPP_SLCT_ERR)) {
134 } else if (state & BPP_SLCT_ERR) {
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c117 ((state & BPP_SLCT_ERR) ? "offline " : ""),
141 if (state == (BPP_PE_ERR | BPP_ERR_ERR | BPP_SLCT_ERR)) {
147 } else if (state & BPP_SLCT_ERR) {
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1484 pin_status |= BPP_SLCT_ERR;
1488 pin_status |= BPP_SLCT_ERR;

Completed in 55 milliseconds