Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mfiutil/
H A Dmfi_config.c245 int raid_type; member
316 switch (raid_type) { in parse_array()
472 switch (raid_type) { in build_volume()
555 int error, fd, i, raid_type; in create_volume() local
605 raid_type = -1; in create_volume()
608 raid_type = raid_type_table[i].raid_type; in create_volume()
612 if (raid_type == -1) { in create_volume()
657 switch (raid_type) { in create_volume()
693 error = parse_array(fd, raid_type, av[i], &arrays[i]); in create_volume()
698 switch (raid_type) { in create_volume()
[all …]
/freebsd-12.1/usr.sbin/mptutil/
H A Dmpt_config.c332 int raid_type; member
364 parse_volume(int fd, int raid_type, struct config_id_state *state, in parse_volume() argument
385 switch (raid_type) { in parse_volume()
565 switch (raid_type) { in build_volume()
608 if (raid_type == RT_RAID1) { in build_volume()
630 int ch, error, fd, i, quick, raid_type, verbose; in create_volume() local
648 raid_type = -1; in create_volume()
651 raid_type = raid_type_table[i].raid_type; in create_volume()
655 if (raid_type == -1) { in create_volume()
732 error = parse_volume(fd, raid_type, &state, av[0], info); in create_volume()
[all …]