HomeSort by: relevance | last modified time | path
    Searched defs:next_child (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_exit.c 203 struct proc *p, *child, *next_child, *old_parent, *new_parent; local in function:exit1
465 for (; child != NULL; child = next_child) {
466 next_child = LIST_NEXT(child, p_sibling);
  /src/usr.sbin/mrouted/
prune.c 550 next_child(struct gtable **gtpp, struct stable **stpp, u_long grp, u_long src, function in typeref:typename:int

Completed in 13 milliseconds