Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c66 static kcondvar_t fc_open_cv; /* wait for available open */ variable
138 cv_init(&fc_open_cv, NULL, CV_DRIVER, NULL); in _init()
143 cv_destroy(&fc_open_cv); in _init()
167 cv_destroy(&fc_open_cv); in _fini()
274 if (cv_wait_sig(&fc_open_cv, &fc_open_lock) == 0) { in fc_open()
369 cv_broadcast(&fc_open_cv); in fc_close()