Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c216 uint32_t l_id = ((const repcache_iter_t *)lc_arg)->ri_id; in iter_compare()
217 uint32_t r_id = ((const repcache_iter_t *)rc_arg)->ri_id; in iter_compare()
236 assert_nolint(offsetof(repcache_iter_t, ri_id) == 0); in client_hash_init()
238 sizeof (repcache_iter_t), offsetof(repcache_iter_t, ri_link), in client_hash_init()
543 static repcache_iter_t *
546 repcache_iter_t *iter; in iter_alloc()
547 iter = uu_zalloc(sizeof (repcache_iter_t)); in iter_alloc()
554 iter_add(repcache_client_t *cp, repcache_iter_t *iter) in iter_add()
567 static repcache_iter_t *
570 repcache_iter_t *iter; in iter_find()
[all …]
H A Dconfigd.h475 } repcache_iter_t; typedef