Searched defs: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);
406 cv_signal(&overtemp_cv);
449 cv_wait(&overtemp_cv, &overtemp_mutex);
H A Dsysctrl.c295 static kcondvar_t overtemp_cv; variable
772 cv_init(&overtemp_cv, NULL, CV_DRIVER, NULL);
848 cv_destroy(&overtemp_cv);
3099 cv_signal(&overtemp_cv);
3137 cv_wait(&overtemp_cv, &sslist_mutex);

Completed in 64 milliseconds