/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);
|
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
|
prune.c | 550 next_child(struct gtable **gtpp, struct stable **stpp, u_long grp, u_long src, function in typeref:typename:int
|