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

/freebsd-10.2-release/usr.sbin/mfiutil/
H A Dmfi_config.c243 int raid_type; member in struct:raid_type_entry
288 parse_array(int fd, int raid_type, char *array_str, struct array_info *info) argument
314 switch (raid_type) {
452 int raid_type, long stripe_size, struct config_id_state *state, int verbose)
470 switch (raid_type) {
553 int error, fd, i, raid_type; local
603 raid_type = -1;
606 raid_type = raid_type_table[i].raid_type;
610 if (raid_type
451 build_volume(char *volumep, int narrays, struct array_info *arrays, int raid_type, long stripe_size, struct config_id_state *state, int verbose) argument
[all...]
/freebsd-10.2-release/usr.sbin/mptutil/
H A Dmpt_config.c321 int raid_type; member in struct:raid_type_entry
353 parse_volume(int fd, int raid_type, struct config_id_state *state, argument
374 switch (raid_type) {
496 build_volume(int fd, struct volume_info *info, int raid_type, long stripe_size, argument
554 switch (raid_type) {
597 if (raid_type == RT_RAID1) {
619 int ch, error, fd, i, quick, raid_type, verbose; local
637 raid_type = -1;
640 raid_type = raid_type_table[i].raid_type;
[all...]

Completed in 106 milliseconds