Searched refs:internal_pgroup_find (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 417 pgroup_t *internal_pgroup_find(entity_t *, const char *, const char *);
|
H A D | svccfg_internal.c | 455 internal_pgroup_find(entity_t *e, const char *name, const char *type) in internal_pgroup_find() function 466 pg = internal_pgroup_find(e, name, type); in internal_pgroup_create_common()
|
H A D | svccfg_tmpl.c | 1099 pg = internal_pgroup_find(e, scf_pg_general, scf_group_framework); in find_restarter() 2068 info->pi_enc_pgp = internal_pgroup_find(e, in ptrn_info_create()
|
H A D | svccfg_xml.c | 1259 if (internal_pgroup_find(entity, (char *)name, NULL) != NULL) { in lxml_get_dependent()
|
H A D | svccfg_libscf.c | 7576 mfpg = internal_pgroup_find(s, in lscf_service_import()
|