Searched refs:raid_kind (Results 1 – 1 of 1) sorted by relevance
931 char raid_kind[8] = { "random" }; in process_options() local979 (void) strlcpy(raid_kind, optarg, sizeof (raid_kind)); in process_options()1076 if (strcmp(raid_kind, "random") == 0) { in process_options()1077 (void) strlcpy(raid_kind, (ztest_random(2) == 0) ? in process_options()1078 "draid" : "raidz", sizeof (raid_kind)); in process_options()1081 (void) printf("choosing RAID type '%s'\n", raid_kind); in process_options()1084 if (strcmp(raid_kind, "draid") == 0) { in process_options()1118 ASSERT0(strcmp(raid_kind, "raidz")); in process_options()