Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c332 if (cv_wait_sig(&unitp->pcf8591_cv, &unitp->umutex) <= 0) { in pcf8591_io()
387 cv_signal(&unitp->pcf8591_cv); in pcf8591_io()
530 if (cv_wait_sig(&unitp->pcf8591_cv, &unitp->umutex) <= 0) { in pcf8591_ioctl()
653 cv_signal(&unitp->pcf8591_cv); in pcf8591_ioctl()
676 cv_destroy(&unitp->pcf8591_cv); in pcf8591_do_detach()
736 if (cv_wait_sig(&unitp->pcf8591_cv, in pcf8591_do_suspend()
761 cv_signal(&unitp->pcf8591_cv); in pcf8591_do_resume()
873 cv_init(&unitp->pcf8591_cv, NULL, CV_DRIVER, NULL); in pcf8591_do_attach()
984 if (cv_wait_sig(&unitp->pcf8591_cv, in pcf8591_temp_kstat_update()
1035 cv_signal(&unitp->pcf8591_cv); in pcf8591_temp_kstat_update()
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h201 kcondvar_t pcf8591_cv; member