Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c1358 cv_init(&ct->ct_powerchange_cv, NULL, CV_DRIVER, NULL); in i_mdi_client_alloc()
1477 cv_destroy(&ct->ct_powerchange_cv); in i_mdi_client_free()
6728 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex); in mdi_bus_power()
6789 cv_broadcast(&ct->ct_powerchange_cv); in mdi_bus_power()
6835 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex); in i_mdi_pm_pre_config_one()
6902 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex); in i_mdi_pm_pre_unconfig_one()
6982 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex); in i_mdi_pm_post_config_one()
7062 cv_wait(&ct->ct_powerchange_cv, &ct->ct_mutex); in i_mdi_pm_post_unconfig_one()
/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h538 kcondvar_t ct_powerchange_cv; member