Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c42 static uu_list_pool_t *entity_pool; variable
103 if ((entity_pool = uu_list_pool_create("entities", sizeof (entity_t), in internal_init()
249 b->sc_bundle_services = uu_list_create(entity_pool, b, 0); in internal_bundle_new()
279 uu_list_node_init(e, &e->sc_node, entity_pool); in internal_entity_new()
311 s->sc_u.sc_service.sc_service_instances = uu_list_create(entity_pool, s, in internal_service_new()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c78 static uu_avl_pool_t *entity_pool; variable
234 entity_pool = uu_avl_pool_create("repcache_entitys", in client_hash_init()
248 if (entity_pool == NULL || iter_pool == NULL || client_pool == NULL) in client_hash_init()
272 cp->rc_entities = uu_avl_create(entity_pool, cp, 0); in client_alloc()
407 uu_avl_node_init(ep, &ep->re_link, entity_pool); in entity_alloc()
505 uu_avl_node_fini(entity, &entity->re_link, entity_pool); in entity_destroy()