Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c190 uint32_t l_id = ((const repcache_client_t *)lc_arg)->rc_id; in client_compare()
191 uint32_t r_id = ((const repcache_client_t *)rc_arg)->rc_id; in client_compare()
243 assert_nolint(offsetof(repcache_client_t, rc_id) == 0); in client_hash_init()
245 sizeof (repcache_client_t), offsetof(repcache_client_t, rc_link), in client_hash_init()
264 static repcache_client_t *
267 repcache_client_t *cp; in client_alloc()
302 client_free(repcache_client_t *cp) in client_free()
320 client_insert(repcache_client_t *cp) in client_insert()
337 static repcache_client_t *
341 repcache_client_t *cp; in client_lookup()
[all …]
H A Dconfigd.h545 } repcache_client_t; typedef
578 repcache_client_t *rl_client;
614 repcache_client_t *ti_active_client;