Home
last modified time | relevance | path

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.c90 cv_init(&fcp->fcp_cmd.fc_busy_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach()
92 cv_init(&fcp->fcp_resp.fc_busy_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach()
141 if (cv_wait_sig(&fc->fc_busy_cv, &ap->a_mutex) == 0) { in av1394_fcp_write()
165 cv_broadcast(&fc->fc_busy_cv); in av1394_fcp_write()
252 cv_destroy(&fcp->fcp_cmd.fc_busy_cv); in av1394_fcp_cleanup()
254 cv_destroy(&fcp->fcp_resp.fc_busy_cv); in av1394_fcp_cleanup()
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h103 kcondvar_t fc_busy_cv; /* busy cv */ member