Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c164 rpp->rlp_data = ((repcache_entity_t *)ptr)->re_node.rnp_node; in add_log_ptr()
202 uint32_t l_id = ((const repcache_entity_t *)lc_arg)->re_id; in entity_compare()
203 uint32_t r_id = ((const repcache_entity_t *)rc_arg)->re_id; in entity_compare()
231 assert_nolint(offsetof(repcache_entity_t, re_id) == 0); in client_hash_init()
233 sizeof (repcache_entity_t), offsetof(repcache_entity_t, re_link), in client_hash_init()
400 static repcache_entity_t *
403 repcache_entity_t *ep = uu_zalloc(sizeof (repcache_entity_t)); in entity_alloc()
411 entity_add(repcache_client_t *cp, repcache_entity_t *ep) in entity_add()
424 static repcache_entity_t *
427 repcache_entity_t *ep; in entity_find()
[all …]
H A Dconfigd.h464 } repcache_entity_t; typedef