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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c278 hubd_t *root_hubd; local
290 root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP);
304 usba_device->usb_root_hubd = root_hubd;
395 if (root_hubd) {
396 kmem_free(root_hubd, sizeof (hubd_t));
2381 hubd_t *root_hubd = (hubd_t *)arg; local
2382 dev_info_t *rh_dip = root_hubd->h_dip;
2386 CALLB_CPR_INIT(&cprinfo, HUBD_MUTEX(root_hubd), callb_generic_cpr,
2394 mutex_enter(HUBD_MUTEX(root_hubd));
2395 root_hubd
2444 hubd_t *root_hubd; local
[all...]

Completed in 70 milliseconds