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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-mpath.c25 #define MESG_STR(x) x, sizeof(x) macro
800 if (!strnicmp(param_name, MESG_STR("queue_if_no_path"))) {
805 if (!strnicmp(param_name, MESG_STR("pg_init_retries")) &&
1469 if (!strnicmp(argv[0], MESG_STR("queue_if_no_path"))) {
1472 } else if (!strnicmp(argv[0], MESG_STR("fail_if_no_path"))) {
1483 if (!strnicmp(argv[0], MESG_STR("disable_group"))) {
1486 } else if (!strnicmp(argv[0], MESG_STR("enable_group"))) {
1489 } else if (!strnicmp(argv[0], MESG_STR("switch_group"))) {
1492 } else if (!strnicmp(argv[0], MESG_STR("reinstate_path")))
1494 else if (!strnicmp(argv[0], MESG_STR("fail_pat
[all...]
H A Ddm-crypt.c29 #define MESG_STR(x) x, sizeof(x) macro
1371 if (!strnicmp(argv[0], MESG_STR("key"))) {
1376 if (argc == 3 && !strnicmp(argv[1], MESG_STR("set"))) {
1384 if (argc == 2 && !strnicmp(argv[1], MESG_STR("wipe"))) {

Completed in 91 milliseconds