Searched refs:rc_entities (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | client.c | 272 cp->rc_entities = uu_avl_create(entity_pool, cp, 0); in client_alloc() 273 if (cp->rc_entities == NULL) in client_alloc() 295 if (cp->rc_entities != NULL) in client_alloc() 296 uu_avl_destroy(cp->rc_entities); in client_alloc() 308 assert(uu_avl_first(cp->rc_entities) == NULL); in client_free() 310 uu_avl_destroy(cp->rc_entities); in client_free() 420 (void) uu_avl_find(cp->rc_entities, ep, NULL, &idx); in entity_add() 421 uu_avl_insert(cp->rc_entities, ep, idx); in entity_add() 432 ep = uu_avl_find(cp->rc_entities, &id, NULL, NULL); in entity_find() 458 e1 = uu_avl_find(cp->rc_entities, &id1, NULL, NULL); in entity_find2() [all …]
|
H A D | configd.h | 521 uu_avl_t *rc_entities; member
|