Searched refs:rc_node_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h109 typedef struct rc_node rc_node_t; typedef in typeref:struct:rc_node
123 rc_node_t *rcn_node;
150 rc_node_t *rnpn_pg;
206 rc_node_t *rn_cchain[COMPOSITION_DEPTH];
250 rc_node_t *rn_parent; /* set if on child list */
251 rc_node_t *rn_former; /* next former node */
252 rc_node_t *rn_parent_ref; /* reference count target */
258 rc_node_t *rn_hash_next;
348 * point to a property group rc_node_t. Thus, this is an appropriate place
352 rc_node_t *rnp_nod
[all...]
H A Drc_node.c36 * known here as "entities" and are represented by rc_node_t data
46 * rc_node_t's are also placed in the cache_hash[] hash table, for rapid
50 * rc_node_t is synchronized by its rn_lock member. Some fields are
67 * Locking rules: To dereference an rc_node_t * (usually to lock it), you must
70 * etc.). Once you have locked an rc_node_t you must check its rn_flags for
90 * rc_node_t * in question and a call to uu_list_walk_start() on that list. For
99 * A snapshot rc_node_t has a snapid which refers to an rc_snapshot_t in
168 * The implementation is based on the rn_cchain[] array of rc_node_t pointers
169 * in rc_node_t. For instances, the pointers point to the instance and its
505 static rc_node_t *rc_scop
[all...]
H A Dfile_object.c33 * take an rc_node_t and use the functions in the object_info_t info array for
48 rc_node_t *ci_parent;
85 int (*obj_fill_children)(rc_node_t *);
86 int (*obj_setup_child_info)(rc_node_t *, uint32_t, child_info_t *);
93 int (*obj_delete_start)(rc_node_t *, delete_info_t *);
531 rc_node_t *np;
562 rc_node_t *np;
607 rc_node_t *newnode, *pg;
826 scope_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip)
839 service_setup_child_info(rc_node_t *n
[all...]

Completed in 115 milliseconds