Lines Matching defs:rc_node
187 struct rc_node { struct
191 rc_node_lookup_t rn_id; /* must be first */ argument
206 rc_node_t *rn_cchain[COMPOSITION_DEPTH]; argument
211 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 */
222 size_t rn_values_count; /* protected by rn_lock */
223 size_t rn_values_size; /* protected by rn_lock */
250 rc_node_t *rn_parent; /* set if on child list */ argument
251 rc_node_t *rn_former; /* next former node */ argument
252 rc_node_t *rn_parent_ref; /* reference count target */ argument
258 rc_node_t *rn_hash_next; argument