Home
last modified time | relevance | path

Searched refs:VD_SINGLE_DISK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dvdevice.h96 #define VD_SINGLE_DISK 3 macro
106 #define mIsArray(pVDev) (pVDev->VDeviceType>VD_SINGLE_DISK)
H A Dgui_lib.c166 if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK)) in get_array_flag()
211 if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK)) in calc_rebuild_progress()
806 if((pChild != NULL) && (pChild->VDeviceType != VD_SINGLE_DISK)) in hpt_create_array_v2()
877 pDisk->VDeviceType = VD_SINGLE_DISK; in old_add_disk_to_raid01()
919 if((pDisk->VDeviceType != VD_SINGLE_DISK) && (pDisk->VDeviceType != VD_SPARE)) in hpt_add_disk_to_array()
957 pDisk->VDeviceType = VD_SINGLE_DISK; in hpt_add_disk_to_array()
990 if (pVDevice->VDeviceType != VD_SINGLE_DISK || pVDevice->pParent) in hpt_add_spare_disk()
1013 pVDevice->VDeviceType = VD_SINGLE_DISK; in hpt_remove_spare_disk()
H A Dentry.c422 pVDev->u.disk.df_removable_drive? VD_REMOVABLE : VD_SINGLE_DISK; in device_change()
1221 pDev->df_removable_drive? VD_REMOVABLE : VD_SINGLE_DISK; in IdeRegisterVDevice()
2542 case VD_SINGLE_DISK: in SetInquiryData()