Lines Matching defs:pg_name

2318 	const char	*pg_name;	/* Name of dependency pg */
2359 info->pg_name, info->inst_fmri);
2382 info->pg_name, info->inst_fmri);
2399 "\"%s\".\n", info->pg_name, info->inst_fmri,
2408 "service or instance.\n", info->pg_name,
2538 char *fmri, *pg_name;
2551 pg_name = startd_alloc(max_scf_name_size);
2553 len = scf_pg_get_name(pg, pg_name, max_scf_name_size);
2555 startd_free(pg_name, max_scf_name_size);
2578 pg_name, info->v->gv_name, scf_strerror(scf_error()));
2579 startd_free(pg_name, max_scf_name_size);
2585 pg_name, info->v->gv_name);
2586 startd_free(pg_name, max_scf_name_size);
2594 pg_name);
2601 pg_name, info->v->gv_name);
2603 startd_free(pg_name, max_scf_name_size);
2611 "\n", pg_name, info->v->gv_name);
2613 startd_free(pg_name, max_scf_name_size);
2624 startd_free(pg_name, max_scf_name_size);
2628 startd_free(pg_name, max_scf_name_size);
2634 pg_name, info->v->gv_name, SCF_PROPERTY_ENTITIES);
2637 startd_free(pg_name, max_scf_name_size);
2656 linfo.pg_name = pg_name;
2664 startd_free(pg_name, max_scf_name_size);
6470 * inst and pg_name are scratch space, and are unset on entry.
6478 char *pg_name)
6486 if (scf_pg_get_name(pg, pg_name, max_scf_value_size) < 0) {
6500 if (strcmp(pg_name, SCF_PG_GENERAL) == 0 ||
6501 strcmp(pg_name, SCF_PG_GENERAL_OVR) == 0) {
6519 } else if (strcmp(pg_name, SCF_PG_RESTARTER_ACTIONS) == 0) {
6542 if (strcmp(pg_name, SCF_PG_OPTIONS) != 0 &&
6543 strcmp(pg_name, SCF_PG_OPTIONS_OVR) != 0)
6592 if (strcmp(pg_name, SCF_PG_OPTIONS) == 0)
6598 if (strcmp(pg_name, SCF_PG_OPTIONS_OVR) == 0) {
6622 if (scf_instance_get_pg(inst, pg_name, pg) != 0) {
6716 "%s/%s property of %s is misconfigured.\n", pg_name,
6768 const char *pg_name = NULL;
6774 if (scf_parse_svc_fmri(lfmri, NULL, NULL, &inst_name, &pg_name,
6779 } else if (inst_name != NULL && pg_name == NULL) {
6781 } else if (inst_name != NULL && pg_name != NULL) {
6787 if (strcmp(pg_name, SCF_PG_GENERAL) != 0) {
6824 char *pg_name = startd_alloc(max_scf_value_size);
6859 * property group modified. inst and pg_name are
6881 r = process_pg_event(h, pg, inst, pg_name);