Searched refs:pcf8591_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c332 if (cv_wait_sig(&unitp->pcf8591_cv, &unitp->umutex) <= 0) {
387 cv_signal(&unitp->pcf8591_cv);
530 if (cv_wait_sig(&unitp->pcf8591_cv, &unitp->umutex) <= 0) {
653 cv_signal(&unitp->pcf8591_cv);
676 cv_destroy(&unitp->pcf8591_cv);
736 if (cv_wait_sig(&unitp->pcf8591_cv,
761 cv_signal(&unitp->pcf8591_cv);
873 cv_init(&unitp->pcf8591_cv, NULL, CV_DRIVER, NULL);
984 if (cv_wait_sig(&unitp->pcf8591_cv,
1035 cv_signal(&unitp->pcf8591_cv);
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h201 kcondvar_t pcf8591_cv; member in struct:pcf8591_unit

Completed in 61 milliseconds