Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c166 rpp->rlp_data = ((repcache_entity_t *)ptr)->re_node.rnp_node; in add_log_ptr()
204 uint32_t l_id = ((const repcache_entity_t *)lc_arg)->re_id; in entity_compare()
205 uint32_t r_id = ((const repcache_entity_t *)rc_arg)->re_id; in entity_compare()
233 assert_nolint(offsetof(repcache_entity_t, re_id) == 0); in client_hash_init()
235 sizeof (repcache_entity_t), offsetof(repcache_entity_t, re_link), in client_hash_init()
402 static repcache_entity_t *
405 repcache_entity_t *ep = uu_zalloc(sizeof (repcache_entity_t)); in entity_alloc()
413 entity_add(repcache_client_t *cp, repcache_entity_t *ep) in entity_add()
426 static repcache_entity_t *
429 repcache_entity_t *ep; in entity_find()
[all …]
H A Dconfigd.h463 } repcache_entity_t; typedef