Searched defs:hubd_disable_all_port_power (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c543 static int hubd_disable_all_port_power(hubd_t *hubd);
2541 rval = hubd_disable_all_port_power(hubd);
2559 (void) hubd_disable_all_port_power(hubd);
3008 if ((rval = hubd_disable_all_port_power(hubd)) != USB_SUCCESS) {
3011 (void) hubd_disable_all_port_power(hubd);
3029 (void) hubd_disable_all_port_power(hubd);
5352 * hubd_disable_all_port_power:
5355 hubd_disable_all_port_power(hubd_t *hubd) function
5360 "hubd_disable_all_port_power");

Completed in 75 milliseconds