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

/netbsd-current/sys/dev/ic/
H A Dlptreg.h63 #define LPS_NOPAPER 0x20 /* printer out of paper */ macro
H A Dlptvar.h86 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK|LPS_NOPAPER)
H A Dlpt.c242 else if (new & LPS_NOPAPER)
/netbsd-current/sys/dev/usb/
H A Dulpt.c97 #define LPS_NOPAPER 0x20 /* printer out of paper */ macro
99 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
552 if (new & LPS_NOPAPER)

Completed in 182 milliseconds