Searched refs:AT_RAID1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dgui_lib.c110 case VD_RAID_1: return AT_RAID1;
382 cap->SupportedRAIDTypes[1] = AT_RAID1;
386 cap->SupportedRAIDTypes[2] = (AT_RAID1<<4)|AT_RAID0; /* RAID0/1 */
388 cap->SupportedRAIDTypes[2] = (AT_RAID0<<4)|AT_RAID1; /* RAID1/0 */
615 case AT_RAID1:
H A Dhptintf.h81 * A RAID0/1 device is type AT_RAID1. A RAID1/0 device is type AT_RAID0.
86 #define AT_RAID1 2 macro
299 * RAID 0/1 is (AT_RAID1<<4) | AT_RAID0
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h96 * A RAID0/1 device is type AT_RAID1. A RAID1/0 device is type AT_RAID0.
101 #define AT_RAID1 2 macro
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h97 * A RAID0/1 device is type AT_RAID1. A RAID1/0 device is type AT_RAID0.
102 #define AT_RAID1 2 macro
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h96 * A RAID0/1 device is type AT_RAID1. A RAID1/0 device is type AT_RAID0.
101 #define AT_RAID1 2 macro

Completed in 137 milliseconds