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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h216 USBSER_FL_WOPEN = 0x0002, /* waiting in open() */ enumerator in enum:__anon9187
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1387 if ((minor & OUTLINE) && (pp->port_flags & USBSER_FL_WOPEN)) {
1695 pp->port_flags |= USBSER_FL_WOPEN;
1699 pp->port_flags &= ~USBSER_FL_WOPEN;
2405 if (pp->port_flags & USBSER_FL_WOPEN) {

Completed in 63 milliseconds