Searched refs:rn_children (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c89 * call via rc_node_setup_iter() to populate the rn_children uu_list of the
1723 np->rn_children = uu_list_create(rc_children_pool, np, 0);
1775 assert(uu_list_first(np->rn_children) == NULL);
1776 uu_list_destroy(np->rn_children);
1809 (void) uu_list_insert_before(np->rn_children, NULL, cp);
1832 for (cp = uu_list_first(np->rn_children); cp != NULL;
1833 cp = uu_list_next(np->rn_children, cp)) {
1903 (void) uu_list_insert_after(pp->rn_children, np, newp);
1905 (void) uu_list_remove(pp->rn_children, np);
2487 for (cp = uu_list_first(np->rn_children);
[all...]
H A Dconfigd.h247 uu_list_t *rn_children; member in struct:rc_node

Completed in 154 milliseconds