Searched refs:LPS_NERR (Results 1 – 6 of 6) sorted by relevance
56 #define LPS_NERR 0x08 /* 15 printer no error */ macro69 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */70 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)74 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)75 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)
407 else if(!(status & LPS_NERR)) { in lpt_logstatus()
85 #define LPS_INVERT (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK)86 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK|LPS_NOPAPER)
61 #define LPS_NERR 0x08 /* printer no error */ macro
245 else if (new & LPS_NERR) in lptnotready()
95 #define LPS_NERR 0x08 /* printer no error */ macro98 #define LPS_INVERT (LPS_SELECT|LPS_NERR)99 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)554 if (new & LPS_NERR) in ulpt_statusmsg()