Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c74 if (cv_wait_sig(&unitp->pcf8574_cv, \
88 cv_signal(&unitp->pcf8574_cv); \
390 cv_destroy(&unitp->pcf8574_cv); in pcf8574_do_detach()
590 cv_init(&unitp->pcf8574_cv, NULL, CV_DRIVER, NULL); in pcf8574_do_attach()
750 if (cv_wait_sig(&unitp->pcf8574_cv, &unitp->umutex) <= 0) { in pcf8574_intr()
867 cv_signal(&unitp->pcf8574_cv); in pcf8574_intr()
/titanic_44/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h299 kcondvar_t pcf8574_cv; member