Lines Matching defs:ud_ctarg

275 static char *ud_ctarg = NULL;
4219 if (scf_value_get_as_string(ud_val, ud_ctarg,
4223 r = fmri_equal(ud_ctarg, ud_oldtarg);
4277 serr = fmri_to_entity(g_hndl, ud_ctarg, &target_ent, &tissvc);
4312 warn(r_no_lvl, ud_ctarg);
4322 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4408 dpt->sc_pgroup_fmri = strdup(ud_ctarg);
4570 (void) strcpy(ud_ctarg, ud_oldtarg);
4632 if (scf_value_get_as_string(ud_val, ud_ctarg, max_scf_value_len + 1) <
4636 r = fmri_equal(ud_ctarg, ud_oldtarg);
4650 r = fmri_equal(ud_ctarg, new_dpt_pgroup->sc_pgroup_fmri);
4668 serr = fmri_to_entity(g_hndl, ud_ctarg, &target_ent, &tissvc);
4704 warn(r_no_lvl, ud_ctarg);
4712 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4785 serr = fmri_to_entity(g_hndl, ud_ctarg, &target_ent, &tissvc);
4821 warn(r_no_lvl, ud_ctarg);
4829 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4915 warn(emsg_pg_deleted, ud_ctarg,
4921 warn(emsg_pg_added, ud_ctarg, ud_name);
4935 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4964 warn(emsg_pg_deleted, ud_ctarg, ud_name);
4969 warn(emsg_pg_mod_perm, ud_name, ud_ctarg);
4973 warn(emsg_pg_changed, ud_ctarg, ud_name);
5221 if (scf_value_get_as_string(ud_val, ud_ctarg, max_scf_value_len + 1) <
5225 r = fmri_equal(ud_ctarg, new_dpt_pgroup->sc_pgroup_fmri);
5232 new_dpt_pgroup->sc_pgroup_fmri, ud_ctarg);
5242 new_dpt_pgroup->sc_pgroup_name, ud_ctarg);
5256 scfe = fmri_to_entity(g_hndl, ud_ctarg, &tptr, &tissvc);
5266 new_dpt_pgroup->sc_pgroup_name, ud_ctarg);
5286 new_dpt_pgroup->sc_pgroup_name, ud_ctarg);
5293 ud_ctarg, "running");
5296 "missing a snaplevel.\n"), ud_ctarg, "running");
5301 new_dpt_pgroup->sc_pgroup_name, ud_ctarg,
5314 r = load_pg(ud_pg, &pgroup, ud_ctarg, NULL);
5327 new_dpt_pgroup->sc_pgroup_name, ud_ctarg,
5338 report_pg_diffs(new_dpt_pgroup, pgroup, ud_ctarg, 1);
7864 (ud_ctarg = malloc(max_scf_value_len + 1)) == NULL ||
7899 free(ud_ctarg);
7902 ud_ctarg = ud_oldtarg = ud_name = NULL;