Searched refs:entity_pool (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 42 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()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | client.c | 76 static uu_avl_pool_t *entity_pool; variable 232 entity_pool = uu_avl_pool_create("repcache_entitys", in client_hash_init() 246 if (entity_pool == NULL || iter_pool == NULL || client_pool == NULL) in client_hash_init() 270 cp->rc_entities = uu_avl_create(entity_pool, cp, 0); in client_alloc() 405 uu_avl_node_init(ep, &ep->re_link, entity_pool); in entity_alloc() 503 uu_avl_node_fini(entity, &entity->re_link, entity_pool); in entity_destroy()
|