Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h331 #define HUBD_CHILD_EVENT_DISCONNECT 0x01 macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6908 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_DISCONNECT; in hubd_busop_add_eventcall()
7034 hubd->h_child_events[port] &= ~HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
7068 if (hubd->h_child_events[port] & HUBD_CHILD_EVENT_DISCONNECT) { in hubd_post_event()
7071 ~HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
7103 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()