Lines Matching refs:verb
1490 g_multipath_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_multipath_config() argument
1499 } else if (strcmp(verb, "add") == 0) { in g_multipath_config()
1501 } else if (strcmp(verb, "prefer") == 0) { in g_multipath_config()
1503 } else if (strcmp(verb, "create") == 0) { in g_multipath_config()
1505 } else if (strcmp(verb, "configure") == 0) { in g_multipath_config()
1507 } else if (strcmp(verb, "stop") == 0) { in g_multipath_config()
1509 } else if (strcmp(verb, "destroy") == 0) { in g_multipath_config()
1511 } else if (strcmp(verb, "fail") == 0) { in g_multipath_config()
1513 } else if (strcmp(verb, "restore") == 0) { in g_multipath_config()
1515 } else if (strcmp(verb, "remove") == 0) { in g_multipath_config()
1517 } else if (strcmp(verb, "rotate") == 0) { in g_multipath_config()
1519 } else if (strcmp(verb, "getactive") == 0) { in g_multipath_config()
1522 gctl_error(req, "Unknown verb %s", verb); in g_multipath_config()