Lines Matching defs:pg_name

2316 	const char	*pg_name;	/* Name of dependency pg */
2357 info->pg_name, info->inst_fmri);
2380 info->pg_name, info->inst_fmri);
2397 "\"%s\".\n", info->pg_name, info->inst_fmri,
2406 "service or instance.\n", info->pg_name,
2536 char *fmri, *pg_name;
2549 pg_name = startd_alloc(max_scf_name_size);
2551 len = scf_pg_get_name(pg, pg_name, max_scf_name_size);
2553 startd_free(pg_name, max_scf_name_size);
2576 pg_name, info->v->gv_name, scf_strerror(scf_error()));
2577 startd_free(pg_name, max_scf_name_size);
2583 pg_name, info->v->gv_name);
2584 startd_free(pg_name, max_scf_name_size);
2592 pg_name);
2599 pg_name, info->v->gv_name);
2601 startd_free(pg_name, max_scf_name_size);
2609 "\n", pg_name, info->v->gv_name);
2611 startd_free(pg_name, max_scf_name_size);
2622 startd_free(pg_name, max_scf_name_size);
2626 startd_free(pg_name, max_scf_name_size);
2632 pg_name, info->v->gv_name, SCF_PROPERTY_ENTITIES);
2635 startd_free(pg_name, max_scf_name_size);
2654 linfo.pg_name = pg_name;
2662 startd_free(pg_name, max_scf_name_size);
6474 * inst and pg_name are scratch space, and are unset on entry.
6482 char *pg_name)
6490 if (scf_pg_get_name(pg, pg_name, max_scf_value_size) < 0) {
6504 if (strcmp(pg_name, SCF_PG_GENERAL) == 0 ||
6505 strcmp(pg_name, SCF_PG_GENERAL_OVR) == 0) {
6523 } else if (strcmp(pg_name, SCF_PG_RESTARTER_ACTIONS) == 0) {
6546 if (strcmp(pg_name, SCF_PG_OPTIONS) != 0 &&
6547 strcmp(pg_name, SCF_PG_OPTIONS_OVR) != 0)
6596 if (strcmp(pg_name, SCF_PG_OPTIONS) == 0)
6602 if (strcmp(pg_name, SCF_PG_OPTIONS_OVR) == 0) {
6626 if (scf_instance_get_pg(inst, pg_name, pg) != 0) {
6720 "%s/%s property of %s is misconfigured.\n", pg_name,
6772 const char *pg_name = NULL;
6778 if (scf_parse_svc_fmri(lfmri, NULL, NULL, &inst_name, &pg_name,
6783 } else if (inst_name != NULL && pg_name == NULL) {
6785 } else if (inst_name != NULL && pg_name != NULL) {
6791 if (strcmp(pg_name, SCF_PG_GENERAL) != 0) {
6828 char *pg_name = startd_alloc(max_scf_value_size);
6863 * property group modified. inst and pg_name are
6885 r = process_pg_event(h, pg, inst, pg_name);