Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c1435 ASSERT(vdp->xdf_state != XD_CLOSED); in xdf_busy()
1440 ASSERT(vdp->xdf_state != XD_CLOSED); in xdf_busy()
1445 ASSERT(vdp->xdf_state != XD_CLOSED); in xdf_busy()
1450 ASSERT(vdp->xdf_state != XD_CLOSED); in xdf_busy()
1486 if (vdp->xdf_state == XD_CLOSED) { in xdf_disconnect()
1509 if (vdp->xdf_state == XD_CLOSED) in xdf_disconnect()
1532 (vdp->xdf_state == XD_CLOSED)); in xdf_setstate_init()
1992 if (vdp->xdf_state == XD_CLOSED) in xdf_connect_locked()
1993 return (XD_CLOSED); in xdf_connect_locked()
3719 xdf_disconnect(vdp, XD_CLOSED, B_FALSE); in xdf_detach()
[all …]
H A Dxdf.h117 XD_CLOSED = 5, enumerator