Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dulpt.c91 #define LPS_NOPAPER 0x20 /* printer out of paper */ macro
93 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
317 else if (new_status & LPS_NOPAPER) in ulpt_status_callback()