Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h108 typedef struct rc_node rc_node_t; typedef
122 rc_node_t *rcn_node;
149 rc_node_t *rnpn_pg;
205 rc_node_t *rn_cchain[COMPOSITION_DEPTH];
249 rc_node_t *rn_parent; /* set if on child list */
250 rc_node_t *rn_former; /* next former node */
251 rc_node_t *rn_parent_ref; /* reference count target */
257 rc_node_t *rn_hash_next;
351 rc_node_t *rnp_node;
360 typedef int rc_iter_filter_func(rc_node_t *, void *);
[all …]
H A Drc_node.c496 static rc_node_t *rc_scope;
604 static void rc_node_no_client_refs(rc_node_t *np);
644 rc_node_match(rc_node_t *np, rc_node_lookup_t *l) in rc_node_match()
679 rc_node_hold_ephemeral_locked(rc_node_t *np) in rc_node_hold_ephemeral_locked()
697 rc_node_hold_other(rc_node_t *np) in rc_node_hold_other()
710 rc_node_rele_other(rc_node_t *np) in rc_node_rele_other()
730 rc_node_hold_locked(rc_node_t *np) in rc_node_hold_locked()
741 rc_node_hold(rc_node_t *np) in rc_node_hold()
749 rc_node_rele_locked(rc_node_t *np) in rc_node_rele_locked()
752 rc_node_t *par_ref = NULL; in rc_node_rele_locked()
[all …]
H A Dfile_object.c47 rc_node_t *ci_parent;
84 int (*obj_fill_children)(rc_node_t *);
85 int (*obj_setup_child_info)(rc_node_t *, uint32_t, child_info_t *);
92 int (*obj_delete_start)(rc_node_t *, delete_info_t *);
530 rc_node_t *np; in fill_child_callback()
561 rc_node_t *np; in fill_snapshot_callback()
606 rc_node_t *newnode, *pg; in fill_pg_callback()
825 scope_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in scope_setup_child_info()
838 service_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in service_setup_child_info()
858 instance_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in instance_setup_child_info()
[all …]