Home
last modified time | relevance | path

Searched defs:rc_node (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h186 struct rc_node { struct
190 rc_node_lookup_t rn_id; /* must be first */ argument
205 rc_node_t *rn_cchain[COMPOSITION_DEPTH]; argument
210 const char *rn_type;
211 uint32_t rn_pgflags;
212 uint32_t rn_gen_id;
219 rep_protocol_value_type_t rn_valtype;
220 const char *rn_values; /* protected by rn_lock */
249 rc_node_t *rn_parent; /* set if on child list */ argument
250 rc_node_t *rn_former; /* next former node */ argument
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb_impl.h220 list_node_t rc_node; member