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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c3704 cs_raidset_personality_t rs_type; local
3722 rs_type = ddb_GetRsRaidType(1);
3723 if ((rs_type != CS_RAIDSET_PERSONALITY_RAID5)
3724 && (rs_type != CS_RAIDSET_PERSONALITY_RAID1)) {
3725 EPRINT(0, "Unsupported RS type %d!", rs_type);
3747 if (rs_type ==
3750 } else if (rs_type ==
3757 if (rs_type ==
3760 } else if (rs_type ==
3780 if (rs_type
[all...]

Completed in 200 milliseconds