Searched refs:XDB_DEV_BE_RMB (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h45 #define XDB_DEV_BE_RMB (1 << 2) /* backend device is removable */ macro
51 #define XDB_IS_BE_RMB(vdp) ((vdp)->xs_type & XDB_DEV_BE_RMB)
H A Dxdb.c1298 vdp->xs_type |= XDB_DEV_BE_RMB;
1321 vdp->xs_type &= ~(XDB_DEV_BE_CD | XDB_DEV_BE_RMB);

Completed in 61 milliseconds