Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c1832 uchar_t app_err_status = 0; in usbprn_error_state() local
1835 app_err_status |= USB_PRINTER_ERR_ERR; in usbprn_error_state()
1838 app_err_status |= USB_PRINTER_PE_ERR; in usbprn_error_state()
1841 app_err_status |= USB_PRINTER_SLCT_ERR; in usbprn_error_state()
1844 return (app_err_status); in usbprn_error_state()