Home
last modified time | relevance | path

Searched refs:internal_pgroup_find_or_create (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c846 pg = internal_pgroup_find_or_create(entity, (char *)name, (char *)type); in lxml_get_pgroup()
1045 pg = internal_pgroup_find_or_create(entity, SCF_PG_METHOD_CONTEXT, in lxml_get_entity_method_context()
1064 pg = internal_pgroup_find_or_create(entity, (char *)name, in lxml_get_exec_method()
1162 pg = internal_pgroup_find_or_create(entity, (char *)name, in lxml_get_dependency()
1354 pg = internal_pgroup_find_or_create(entity, "dependents", in lxml_get_dependent()
1376 pg = internal_pgroup_find_or_create(entity, (char *)scf_pg_general, in lxml_get_entity_stability()
1399 pg = internal_pgroup_find_or_create(entity, (char *)scf_pg_general, in lxml_get_restarter()
1542 pgrp = internal_pgroup_find_or_create(entity, pgname, in lxml_get_event()
1912 pg = internal_pgroup_find_or_create(service, SCF_PG_TM_COMMON_NAME, in lxml_get_tm_common_name()
1934 pg = internal_pgroup_find_or_create(service, SCF_PG_TM_DESCRIPTION, in lxml_get_tm_description()
[all …]
H A Dsvccfg.h419 pgroup_t *internal_pgroup_find_or_create(entity_t *, const char *,
H A Dsvccfg_internal.c494 internal_pgroup_find_or_create(entity_t *e, const char *name, const char *type) in internal_pgroup_find_or_create() function