Searched refs:get_pg (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 191 get_pg(scf_service_t *s, scf_instance_t *i, const char *n, in get_pg() function 1511 if (get_pg(s, i, pgname, pg, 1) == 0 || in get_stn_pg() 1513 get_pg(NULL, g, pgname, pg, 0) == 0) in get_stn_pg() 1639 get_pg(s, i, pgname, pg, 1)) == SCF_SUCCESS) { in _scf_get_svc_notify_params() 1732 while (get_pg(NULL, i, pgname, pg, 0) != 0) { in _scf_get_fma_notify_params()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2475 get_pg: in libscf_write_start_pid() 2505 goto get_pg; in libscf_write_start_pid() 2635 get_pg: in libscf_write_method_status()
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 3378 get_pg: in lscf_set_runlevel() 3413 goto get_pg; in lscf_set_runlevel()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 467 get_pg(const char *pg_name, scf_propertygroup_t *pg) in get_pg() function 1909 if (get_pg(pg->sc_pgroup_name, sc_pg) != SCF_SUCCESS) { in find_current_prop_type() 2179 if (get_pg(pg->sc_pgroup_name, sc_pg) == SCF_SUCCESS) { in find_current_pg_type() 13263 if (get_pg(SCF_PG_TM_COMMON_NAME, pg) == 0) { in list_entity_tmpl() 13284 if (get_pg(SCF_PG_TM_DESCRIPTION, pg) == 0) { in list_entity_tmpl()
|