Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/
H A Dzpool_status_008_pos.ksh54 for raid_type in "draid2:3d:6c:1s" "raidz2"; do
56 log_must zpool create -f $TESTPOOL2 $raid_type $all_vdevs
88 log_must eval "zpool status -e $TESTPOOL2 | grep $raid_type | grep DEGRADED"
/freebsd/usr.sbin/mfiutil/
H A Dmfi_config.c244 int raid_type; member
315 switch (raid_type) { in parse_array()
471 switch (raid_type) { in build_volume()
554 int error, fd, i, raid_type; in create_volume() local
604 raid_type = -1; in create_volume()
607 raid_type = raid_type_table[i].raid_type; in create_volume()
611 if (raid_type == -1) { in create_volume()
656 switch (raid_type) { in create_volume()
692 error = parse_array(fd, raid_type, av[i], &arrays[i]); in create_volume()
697 switch (raid_type) { in create_volume()
[all …]
/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c329 int raid_type; member
361 parse_volume(int fd, int raid_type, struct config_id_state *state, in parse_volume() argument
382 switch (raid_type) { in parse_volume()
562 switch (raid_type) { in build_volume()
605 if (raid_type == RT_RAID1) { in build_volume()
627 int ch, error, fd, i, quick, raid_type, verbose; in create_volume() local
645 raid_type = -1; in create_volume()
648 raid_type = raid_type_table[i].raid_type; in create_volume()
652 if (raid_type == -1) { in create_volume()
729 error = parse_volume(fd, raid_type, &state, av[0], info); in create_volume()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh319 zopt="$zopt -K $raid_type"
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c2226 char *raid_type = counter_type_to_raid_ascii(type_index); in pqisrc_increment_io_counters() local
2232 path, raid_type, io_ascii); in pqisrc_increment_io_counters()
2303 char *raid_type; in print_all_counters() local
2308 raid_type = counter_type_to_raid_ascii(ii); in print_all_counters()
2316 print_this_counter(softs, pcounter, raid_type); in print_all_counters()