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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c104 cv_init(&fcp->fcp_cmd.fc_busy_cv, NULL, CV_DRIVER, NULL);
106 cv_init(&fcp->fcp_resp.fc_busy_cv, NULL, CV_DRIVER, NULL);
167 if (cv_wait_sig(&fc->fc_busy_cv, &ap->a_mutex) == 0) {
192 cv_broadcast(&fc->fc_busy_cv);
306 cv_destroy(&fcp->fcp_cmd.fc_busy_cv);
308 cv_destroy(&fcp->fcp_resp.fc_busy_cv);
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h104 kcondvar_t fc_busy_cv; /* busy cv */ member in struct:av1394_fcp_cmd_s

Completed in 59 milliseconds