Searched defs:rc_node (Results 1 – 2 of 2) sorted by relevance
187 struct rc_node { struct191 rc_node_lookup_t rn_id; /* must be first */ argument206 rc_node_t *rn_cchain[COMPOSITION_DEPTH]; argument211 const char *rn_type;212 uint32_t rn_pgflags;213 uint32_t rn_gen_id;214 uu_list_t *rn_pg_notify_list; /* prot by rc_pg_notify_lock */215 rc_notify_t rn_notify; /* prot by rc_pg_notify_lock */220 rep_protocol_value_type_t rn_valtype;221 const char *rn_values; /* protected by rn_lock */[all …]
77 } rc_node; member