Lines Matching refs:phubd
8328 hubd_t *phubd; in hubd_get_ancestry_str() local
8360 phubd = hubd_get_soft_state(pdip); in hubd_get_ancestry_str()
8362 mutex_enter(HUBD_MUTEX(phubd)); in hubd_get_ancestry_str()
8364 phubd->h_ancestry_str, port); in hubd_get_ancestry_str()
8365 mutex_exit(HUBD_MUTEX(phubd)); in hubd_get_ancestry_str()
8572 hubd_t *phubd = NULL; in hubd_init_power_budget() local
8644 phubd = hubd_get_soft_state(pdip); in hubd_init_power_budget()
8645 ASSERT(phubd != NULL); in hubd_init_power_budget()
8647 if (!phubd->h_ignore_pwr_budget) { in hubd_init_power_budget()
8648 mutex_enter(HUBD_MUTEX(phubd)); in hubd_init_power_budget()
8649 if (phubd->h_local_pwr_on == B_FALSE) { in hubd_init_power_budget()
8655 mutex_exit(HUBD_MUTEX(phubd)); in hubd_init_power_budget()
8660 mutex_exit(HUBD_MUTEX(phubd)); in hubd_init_power_budget()