Lines Matching defs:plugin_str
314 * get_plugin_kva() - get and save config attributes of given plugin plugin_str
315 * (or all plugins in case plugin_str == NULL) into scf_plugin_kva_node_t.
319 scf_plugin_kva_node_t **plugin_kva_ll, char *plugin_str)
343 if (plugin_str != NULL &&
344 strcmp(plugin_str_tmp, plugin_str) != 0) {
999 plugin_avail_scf(const char *plugin_str)
1003 if (plugin_str == NULL || *plugin_str == '\0') {
1007 if ((sh = scf_general_pg_setup(AUDITD_FMRI, plugin_str)) == NULL) {
1008 DPRINT((dbfp, "No such plugin found: %s (%s)\n", plugin_str,
1022 do_getpluginconfig_scf(char *plugin_str, scf_plugin_kva_node_t **plugin_kva_ll)
1031 if (plugin_str == NULL || *plugin_str == '\0') {
1039 SCF_FMRI_PROPERTYGRP_PREFIX, plugin_str) == -1) {
1073 plugin_str);
1087 do_setpluginconfig_scf(char *plugin_str, boolean_t plugin_state,
1102 "state=%d (%s)\n\tattributes=%s\n\tqsize=%d%s\n", plugin_str,
1154 if (!chk_prop_vect(&prop_vect_ptr, plugin_str)) {
1160 AUDITD_FMRI, plugin_str, data->key)) == NULL) {
1226 if (!chk_prop_vect(&prop_vect_ptr, plugin_str)) {
1238 if (!set_val_scf(prop_vect, plugin_str)) {