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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c5976 nip->rni_iter = uu_list_walk_start(np->rn_children,
5978 if (nip->rni_iter != NULL) {
6012 nip->rni_iter = NULL;
6029 nip->rni_iter = uu_list_walk_start(ent->rn_children,
6032 if (nip->rni_iter == NULL)
6068 if (iter->rni_iter != NULL)
6069 uu_list_walk_end(iter->rni_iter);
6070 iter->rni_iter = NULL;
6108 nip->rni_iter = NULL;
6333 * Do uu_list_walk_next(iter->rni_iter) unti
[all...]
H A Dconfigd.h367 uu_list_walk_t *rni_iter; member in struct:rc_node_iter

Completed in 136 milliseconds