Searched refs:USBSER_PORT_CLOSED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h143 * USBSER_PORT_CLOSED <---device error---< overtake[2] |
183 USBSER_PORT_CLOSED, /* port is closed */ enumerator in enum:__anon9184
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c596 ASSERT(pp->port_state != USBSER_PORT_CLOSED);
619 ASSERT(pp->port_state != USBSER_PORT_CLOSED);
652 ASSERT(pp->port_state != USBSER_PORT_CLOSED);
874 pp->port_state = USBSER_PORT_CLOSED;
943 if (pp->port_state != USBSER_PORT_CLOSED) {
1205 if (pp->port_state != USBSER_PORT_CLOSED) {
1375 case USBSER_PORT_CLOSED:
1478 ASSERT(pp->port_state == USBSER_PORT_CLOSED);
1614 pp->port_state = USBSER_PORT_CLOSED;

Completed in 61 milliseconds