Home
last modified time | relevance | path

Searched refs:other_pid (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dprocdesc.cc995 pid_t other_pid; in TEST() local
996 EXPECT_NOTCAPABLE(pdgetpid(cap_incapable, &other_pid)); in TEST()
1001 EXPECT_OK(pdgetpid(cap_capable, &other_pid)); in TEST()
1002 EXPECT_EQ(pid, other_pid); in TEST()
/freebsd/sbin/init/
H A Dinit.c2117 pid_t other_pid, pid; in runfinal() local
2152 while ((other_pid = waitpid(-1, NULL, 0)) != pid && other_pid > 0) { in runfinal()