Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c115 static kcondvar_t overtemp_cv; variable
242 cv_init(&overtemp_cv, NULL, CV_DRIVER, NULL); in environ_attach()
406 cv_signal(&overtemp_cv); in overtemp_wakeup()
449 cv_wait(&overtemp_cv, &overtemp_mutex); in environ_overtemp_poll()
H A Dsysctrl.c299 static kcondvar_t overtemp_cv; variable
776 cv_init(&overtemp_cv, NULL, CV_DRIVER, NULL); in sysctrl_attach()
852 cv_destroy(&overtemp_cv); in sysctrl_attach()
3102 cv_signal(&overtemp_cv); in sysctrl_thread_wakeup()
3140 cv_wait(&overtemp_cv, &sslist_mutex); in sysctrl_overtemp_poll()