Searched defs:rc_node (Results 1 – 2 of 2) sorted by relevance
186 struct rc_node { struct190 rc_node_lookup_t rn_id; /* must be first */ argument205 rc_node_t *rn_cchain[COMPOSITION_DEPTH]; argument210 const char *rn_type;211 uint32_t rn_pgflags;212 uint32_t rn_gen_id;213 uu_list_t *rn_pg_notify_list; /* prot by rc_pg_notify_lock */214 rc_notify_t rn_notify; /* prot by rc_pg_notify_lock */219 rep_protocol_value_type_t rn_valtype;220 const char *rn_values; /* protected by rn_lock */[all …]
220 list_node_t rc_node; member