Searched refs:xs_iocv (Results 1 – 2 of 2) sorted by relevance
623 cv_broadcast(&vdp->xs_iocv); in xdb_intr()1477 cv_broadcast(&vdp->xs_iocv); in xdb_close()1485 cv_broadcast(&vdp->xs_iocv); in xdb_close()1518 cv_wait(&vdp->xs_iocv, &vdp->xs_iomutex); in xdb_send_buf()1678 cv_init(&vdp->xs_iocv, NULL, CV_DRIVER, NULL); in xdb_attach()1748 cv_broadcast(&vdp->xs_iocv); in xdb_attach()1767 cv_destroy(&vdp->xs_iocv); in xdb_attach()1801 cv_broadcast(&vdp->xs_iocv); in xdb_detach()1813 cv_destroy(&vdp->xs_iocv); in xdb_detach()
138 kcondvar_t xs_iocv; member