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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dclient.c164 rpp->rlp_data = ((repcache_entity_t *)ptr)->re_node.rnp_node;
202 uint32_t l_id = ((const repcache_entity_t *)lc_arg)->re_id;
203 uint32_t r_id = ((const repcache_entity_t *)rc_arg)->re_id;
231 assert_nolint(offsetof(repcache_entity_t, re_id) == 0);
233 sizeof (repcache_entity_t), offsetof(repcache_entity_t, re_link),
400 static repcache_entity_t *
403 repcache_entity_t *ep = uu_zalloc(sizeof (repcache_entity_t));
411 entity_add(repcache_client_t *cp, repcache_entity_t *e
[all...]
H A Dconfigd.h464 } repcache_entity_t; typedef in typeref:struct:repcache_entity

Completed in 44 milliseconds