Searched defs:get_pg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c191 get_pg(scf_service_t *s, scf_instance_t *i, const char *n, function
1511 if (get_pg(s, i, pgname, pg, 1) == 0 ||
1513 get_pg(NULL, g, pgname, pg, 0) == 0)
1639 get_pg(s, i, pgname, pg, 1)) == SCF_SUCCESS) {
1732 while (get_pg(NULL, i, pgname, pg, 0) != 0) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c467 get_pg(const char *pg_name, scf_propertygroup_t *pg) function
1909 if (get_pg(pg->sc_pgroup_name, sc_pg) != SCF_SUCCESS) {
2160 * Using get_pg() requires that the cur_svc/cur_inst be
2179 if (get_pg(pg->sc_pgroup_name, sc_pg) == SCF_SUCCESS) {
13276 if (get_pg(SCF_PG_TM_COMMON_NAME, pg) == 0) {
13297 if (get_pg(SCF_PG_TM_DESCRIPTION, pg) == 0) {

Completed in 90 milliseconds