Searched refs:ap_cmd_parse (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 65 if ((rc = ap_cmd_parse(a, name, options, NULL)) == CFGA_OK) in cfga_change_state() 122 } else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK) in cfga_private_func() 161 else if ((rc = ap_cmd_parse(a, f, options, &cmd)) != CFGA_OK) in cfga_test() 198 else if ((rc = ap_cmd_parse(a, f, options, NULL)) != CFGA_OK) in cfga_list_ext()
|
H A D | ap.h | 224 cfga_err_t ap_cmd_parse(apd_t *, const char *, const char *, int *);
|
H A D | ap.c | 651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) in ap_cmd_parse() function
|