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()
1476 ASSERT((new_state == XD_UNKNOWN) || (new_state == XD_CLOSED)); in xdf_disconnect()
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()
1973 xdf_disconnect(vdp, XD_CLOSED, B_FALSE); in xdf_oe_change()
1992 if (vdp->xdf_state == XD_CLOSED) in xdf_connect_locked()
[all …]
H A Dxdf.h117 XD_CLOSED = 5, enumerator