Home
last modified time | relevance | path

Searched refs:PORT_STATUS_OK (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4364 if ((status & PORT_STATUS_OK) != PORT_STATUS_OK) { in hubd_handle_port_connect()
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h163 #define PORT_STATUS_OK 0x103 /* connected, enabled, power */ macro