Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h185 USBSER_PORT_OPENING_OUT, /* dial-out open in progress */ enumerator
252 ((pp)->port_state == USBSER_PORT_OPENING_OUT))
260 ((pp)->port_state == USBSER_PORT_OPENING_OUT)) || \
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1388 pp->port_state = USBSER_PORT_OPENING_OUT; in usbser_open_setup()
1395 case USBSER_PORT_OPENING_OUT: in usbser_open_setup()
1451 if (pp->port_state == USBSER_PORT_OPENING_OUT) { in usbser_open_setup()
1489 pp->port_state = USBSER_PORT_OPENING_OUT; in usbser_open_init()