Home
last modified time | relevance | path

Searched refs:VD_SPARE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/hptmv/
HDvdevice.h93 #define VD_SPARE 0 macro
HDgui_lib.c334 if(pVDevice->VDeviceType == VD_SPARE) in get_disk_info()
497 if (pLogical->VDeviceType==VD_SPARE) in hpt_get_logical_devices()
919 if((pDisk->VDeviceType != VD_SINGLE_DISK) && (pDisk->VDeviceType != VD_SPARE)) in hpt_add_disk_to_array()
996 pVDevice->VDeviceType = VD_SPARE; in hpt_add_spare_disk()
HDhptproc.c398 else if (pVDev->VDeviceType==VD_SPARE) in hpt_copy_disk_info()
HDentry.c998 if (pLogical->VDeviceType==VD_SPARE || pPhysical!=fGetFirstChild(pLogical)) in fRegisterVdevice()
1040 if (pVDevice->VDeviceType==VD_SPARE && in GetSpareDisk()