Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c1861 vdp->xdf_mstate = DKIO_EJECTED; in xdf_setstate_connected()
1864 vdp->xdf_mstate = DKIO_INSERTED; in xdf_setstate_connected()
1868 if (vdp->xdf_mstate != DKIO_NONE) { in xdf_setstate_connected()
1869 vdp->xdf_mstate = DKIO_NONE; in xdf_setstate_connected()
2524 prev_state = vdp->xdf_mstate; in xdf_dkstate()
2526 if (vdp->xdf_mstate == mstate) { in xdf_dkstate()
2527 while (vdp->xdf_mstate == prev_state) { in xdf_dkstate()
2537 (vdp->xdf_mstate == DKIO_INSERTED)) { in xdf_dkstate()
2653 mstate = vdp->xdf_mstate; in xdf_ioctl()
3295 vdp->xdf_mstate = DKIO_EJECTED; in xdf_attach()
[all …]
H A Dxdf.h247 enum dkio_state xdf_mstate; member