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.h146 * | +----open[1]----> USBSER_PORT_OPENING_OUT |
185 USBSER_PORT_OPENING_OUT, /* dial-out open in progress */ enumerator in enum:__anon9184
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;
1395 case USBSER_PORT_OPENING_OUT:
1451 if (pp->port_state == USBSER_PORT_OPENING_OUT) {
1489 pp->port_state = USBSER_PORT_OPENING_OUT;

Completed in 63 milliseconds