Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c43 static uu_list_pool_t *pgroup_pool; variable
108 if ((pgroup_pool = uu_list_pool_create("property_groups", in internal_init()
282 e->sc_pgroups = uu_list_create(pgroup_pool, e, 0); in internal_entity_new()
304 s->sc_dependents = uu_list_create(pgroup_pool, s, 0); in internal_service_new()
358 i->sc_dependents = uu_list_create(pgroup_pool, i, 0); in internal_instance_new()
396 uu_list_node_init(p, &p->sc_node, pgroup_pool); in internal_pgroup_new()