Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c623 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()
H A Dxdb.h138 kcondvar_t xs_iocv; member