Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c188 uint32_t l_id = ((const repcache_client_t *)lc_arg)->rc_id; in client_compare()
189 uint32_t r_id = ((const repcache_client_t *)rc_arg)->rc_id; in client_compare()
241 assert_nolint(offsetof(repcache_client_t, rc_id) == 0); in client_hash_init()
243 sizeof (repcache_client_t), offsetof(repcache_client_t, rc_link), in client_hash_init()
262 static repcache_client_t *
265 repcache_client_t *cp; in client_alloc()
300 client_free(repcache_client_t *cp) in client_free()
318 client_insert(repcache_client_t *cp) in client_insert()
335 static repcache_client_t *
339 repcache_client_t *cp; in client_lookup()
[all …]
H A Dconfigd.h546 } repcache_client_t; typedef
579 repcache_client_t *rl_client;
615 repcache_client_t *ti_active_client;