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

/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Draidctl.c102 char *parityconf = NULL; local
196 parityconf = strdup(optarg);
332 rf_pm_configure(fd, raidID, parityconf, parityparams);
534 rf_pm_configure(int fd, int raidID, char *parityconf, int parityparams[]) argument
539 if (strcasecmp(parityconf, "yes") == 0)
541 else if (strcasecmp(parityconf, "no") == 0)
543 else if (strcasecmp(parityconf, "set") == 0) {
569 err(1, "`%s' is not a valid parity map command", parityconf);

Completed in 56 milliseconds