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

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

Completed in 103 milliseconds