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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_encryptionroot.ksh67 log_must zfs create $TESTPOOL/clone1/child1
74 log_must verify_encryption_root $TESTPOOL/clone1/child1 $TESTPOOL/$TESTFS1
82 log_must verify_encryption_root $TESTPOOL/clone1/child1 $TESTPOOL/$TESTFS1
90 log_must verify_encryption_root $TESTPOOL/clone1/child1 $TESTPOOL/clone2
/freebsd-13-stable/contrib/capsicum-test/
H A Dsctp.cc103 pid_t child1 = fork(); local
104 if (child1 == 0) {
200 EXPECT_EQ(child1, waitpid(child1, &status, 0));
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dinterrupts_test.cpp205 std::auto_ptr< process::child > child1(process::child::fork_files(
218 const process::status status1 = child1->wait();
/freebsd-13-stable/tests/sys/kern/
H A Dreaper.c648 pid_t parent, child1, child2, grandchild1, grandchild2, pid; local
658 child1 = fork();
659 ATF_REQUIRE(child1 != -1);
660 if (child1 == 0) {
702 params.rk_subtree = child1;
709 pid = waitpid(child1, &status, 0);
710 ATF_REQUIRE_EQ(child1, pid);
716 ATF_CHECK(pid != child1);
736 ATF_CHECK(pid != child1);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c47 child1(void) function
55 (void)printf("child1 exit\n");
111 child1();
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6127 const svn_client__merge_path_t *child1
6132 return svn_path_compare_paths(child1->abspath, child2->abspath);
6120 const svn_client__merge_path_t *child1 local

Completed in 212 milliseconds