Searched refs:ap_cmd_parse (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dcfga.c65 if ((rc = ap_cmd_parse(a, name, options, NULL)) == CFGA_OK)
122 } else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK)
161 else if ((rc = ap_cmd_parse(a, f, options, &cmd)) != CFGA_OK)
198 else if ((rc = ap_cmd_parse(a, f, options, NULL)) != CFGA_OK)
H A Dap.h224 cfga_err_t ap_cmd_parse(apd_t *, const char *, const char *, int *);
H A Dap.c651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) function

Completed in 17 milliseconds