Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/clients/printer/
H A Dusb_printer.h56 #define USB_PRINTER_PORT_NO_ERROR 0x0008 /* No Error */ macro
/titanic_41/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c383 if ((usbprnp->usbprn_last_status & USB_PRINTER_PORT_NO_ERROR) == 0) { in usbprn_attach()
1834 if (!(status & USB_PRINTER_PORT_NO_ERROR)) { in usbprn_error_state()
1930 (usbprnp->usbprn_last_status & USB_PRINTER_PORT_NO_ERROR)) { in usbprn_prnio_get_status()
1967 status = usbprnp->usbprn_last_status & (USB_PRINTER_PORT_NO_ERROR | in usbprn_prnio_get_1284_status()
2579 if ((usbprnp->usbprn_last_status & USB_PRINTER_PORT_NO_ERROR) == 0) { in usbprn_restore_device_state()