Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dconfigd.h109 typedef struct rc_node rc_node_t; typedef
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;
352 rc_node_t *rnp_node;
361 typedef int rc_iter_filter_func(rc_node_t *, void *);
[all …]
H A Drc_node.c506 static rc_node_t *rc_scope;
614 static void rc_node_no_client_refs(rc_node_t *np);
654 rc_node_match(rc_node_t *np, rc_node_lookup_t *l) in rc_node_match()
689 rc_node_hold_ephemeral_locked(rc_node_t *np) in rc_node_hold_ephemeral_locked()
707 rc_node_hold_other(rc_node_t *np) in rc_node_hold_other()
720 rc_node_rele_other(rc_node_t *np) in rc_node_rele_other()
740 rc_node_hold_locked(rc_node_t *np) in rc_node_hold_locked()
751 rc_node_hold(rc_node_t *np) in rc_node_hold()
759 rc_node_rele_locked(rc_node_t *np) in rc_node_rele_locked()
762 rc_node_t *par_ref = NULL; in rc_node_rele_locked()
[all …]
H A Dfile_object.c48 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; in fill_child_callback()
562 rc_node_t *np; in fill_snapshot_callback()
607 rc_node_t *newnode, *pg; in fill_pg_callback()
826 scope_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in scope_setup_child_info()
839 service_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in service_setup_child_info()
859 instance_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in instance_setup_child_info()
[all …]