HomeSort by: relevance | last modified time | path
    Searched defs:parityconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/raidctl/
raidctl.c 120 char *parityconf = NULL; local in function:main
257 parityconf = strdup(optarg);
405 rf_pm_configure(fd, raidID, parityconf, parityparams);
612 rf_pm_configure(int fd, int raidID, char *parityconf, int parityparams[])
617 if (strcasecmp(parityconf, "yes") == 0)
619 else if (strcasecmp(parityconf, "no") == 0)
621 else if (strcasecmp(parityconf, "set") == 0) {
647 err(1, "`%s' is not a valid parity map command", parityconf);
raidctl.c 120 char *parityconf = NULL; local in function:main
257 parityconf = strdup(optarg);
405 rf_pm_configure(fd, raidID, parityconf, parityparams);
612 rf_pm_configure(int fd, int raidID, char *parityconf, int parityparams[])
617 if (strcasecmp(parityconf, "yes") == 0)
619 else if (strcasecmp(parityconf, "no") == 0)
621 else if (strcasecmp(parityconf, "set") == 0) {
647 err(1, "`%s' is not a valid parity map command", parityconf);

Completed in 22 milliseconds