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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h140 * | | +----open[1]----> USBSER_PORT_OPENING_TTY ------+
184 USBSER_PORT_OPENING_TTY, /* tty open in progress */ enumerator in enum:__anon9184
251 (((pp)->port_state == USBSER_PORT_OPENING_TTY) || \
261 (!((minor) & OUTLINE) && ((pp)->port_state == USBSER_PORT_OPENING_TTY)))
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1382 case USBSER_PORT_OPENING_TTY:
1491 pp->port_state = USBSER_PORT_OPENING_TTY;

Completed in 64 milliseconds