OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 07:10:07 GMT 2025