Searched refs:child_list (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.h107 struct tree *child_list; /* list of children of this node */ member in struct:tree
H A Dbackend.c460 next = current->child_list;
465 while(next->child_list)
467 next = next->child_list;
512 while(next->child_list)
514 next = next->child_list;
521 for(tp = current->child_list; tp; tp = tp->next_peer)
647 for(tp = current->child_list; tp; tp = tp->next_peer)
1062 for(tp = current->child_list; tp; tp = tp->next_peer)
1098 for(tp = current->child_list; tp; tp = tp->next_peer)
1139 for(tp = current->child_list; t
[all...]
H A Dparse.c341 for(tp = tree->child_list; tp; tp = tp->next_peer){
346 for(tp = tree->child_list; tp; tp = tp->next_peer){
444 tp->child_list = NULL;
458 tp->child_list = NULL;
477 tp->child_list = NULL;
527 struct node *oldnp = NULL, *child_list = NULL, *childp = NULL; local
552 if (child_list == NULL){
553 child_list = childp = np; /* first entry in child list */
571 for(np = child_list; np; np = np->next){
575 tp->child_list
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c66 static LIST_HEAD(, _child) child_list = { 0 };
86 LIST_FOREACH(cp, &child_list, list) {
99 LIST_FOREACH(cp, &child_list, list) {
439 LIST_INSERT_HEAD(&child_list, cp, list);
588 LIST_FOREACH(cp, &child_list, list) {

Completed in 157 milliseconds