Searched refs:child2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c1313 pid_t child, child2, wpid; local
1331 FORKEE_ASSERT((child2 = fork()) != 1);
1333 if (child2 == 0)
1337 (wpid = TWAIT_GENERIC(child2, &status, 0), child2);
1367 child2 = state.pe_other_pid;
1368 printf("Reported PTRACE_FORK event with forkee %d\n", child2);
1371 TWAIT_FNAME, child2, child);
1372 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0),
1373 child2);
1436 pid_t child, child2, wpid; local
1515 pid_t child, child2, wpid; local
1640 pid_t child, child2, wpid; local
1718 pid_t child, child2, wpid; local
1814 pid_t child, child2, wpid; local
5246 pid_t child, child2, wpid; local
6027 pid_t child, child2, wpid; local
6158 pid_t child, child2, wpid; local
6288 pid_t child, child2, wpid; local
[all...]
/freebsd-10-stable/tests/sys/kern/
H A Dreaper.c647 pid_t parent, child1, child2, grandchild1, grandchild2, pid; local
674 child2 = fork();
675 ATF_REQUIRE(child2 != -1);
676 if (child2 == 0) {
716 ATF_CHECK(pid != child2);
721 params.rk_subtree = child2;
728 pid = waitpid(child2, &status, 0);
729 ATF_REQUIRE_EQ(child2, pid);
736 ATF_CHECK(pid != child2);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c59 child2(void) function
68 (void)printf("child2 exit\n");
121 child2();
/freebsd-10-stable/contrib/dtc/
H A Dchecks.c242 struct node *child, *child2; local
245 for (child2 = child->next_sibling;
246 child2;
247 child2 = child2->next_sibling)
248 if (streq(child->name, child2->name))
/freebsd-10-stable/sys/kern/
H A Dsubr_bus.c3662 device_t child, child2; local
3667 for (child2 = TAILQ_FIRST(&dev->children);
3668 child2 && child2 != child;
3669 child2 = TAILQ_NEXT(child2, link))
3670 DEVICE_RESUME(child2);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6106 const svn_client__merge_path_t *child2
6109 return svn_path_compare_paths(child1->abspath, child2->abspath);
6099 const svn_client__merge_path_t *child2 local

Completed in 271 milliseconds