VD_SINGLE_DISK
pDev->df_removable_drive? VD_REMOVABLE : VD_SINGLE_DISK;
case VD_SINGLE_DISK:
pVDev->u.disk.df_removable_drive? VD_REMOVABLE : VD_SINGLE_DISK;
pVDevice->VDeviceType = VD_SINGLE_DISK;
if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK))
if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK))
if((pChild != NULL) && (pChild->VDeviceType != VD_SINGLE_DISK))
pDisk->VDeviceType = VD_SINGLE_DISK;
if((pDisk->VDeviceType != VD_SINGLE_DISK) && (pDisk->VDeviceType != VD_SPARE))
pDisk->VDeviceType = VD_SINGLE_DISK;
if (pVDevice->VDeviceType != VD_SINGLE_DISK || pVDevice->pParent)
#define mIsArray(pVDev) (pVDev->VDeviceType>VD_SINGLE_DISK)