Home
last modified time | relevance | path

Searched defs:child_pid (Results 1 – 25 of 110) sorted by relevance

12345

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c48 static void get_dbginfo(pid_t child_pid, struct ppc_debug_info *dbginfo) in get_dbginfo()
190 static void check_success(pid_t child_pid, const char *name, const char *type, in check_success()
224 static void ptrace_set_debugreg(pid_t child_pid, unsigned long wp_addr) in ptrace_set_debugreg()
232 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug()
243 static void ptrace_delhwdebug(pid_t child_pid, int wh) in ptrace_delhwdebug()
255 static int test_set_debugreg(pid_t child_pid) in test_set_debugreg()
311 static void test_sethwdebug_exact(pid_t child_pid) in test_sethwdebug_exact()
341 static void test_sethwdebug_range_aligned(pid_t child_pid) in test_sethwdebug_range_aligned()
377 static void test_sethwdebug_range_unaligned(pid_t child_pid) in test_sethwdebug_range_unaligned()
414 static void test_sethwdebug_range_unaligned_dar(pid_t child_pid) in test_sethwdebug_range_unaligned_dar()
[all …]
/external/openssh/
Dsandbox-systrace.c95 pid_t child_pid; member
124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent()
213 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-pledge.c41 pid_t child_pid; member
71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-rlimit.c40 pid_t child_pid; member
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-darwin.c40 pid_t child_pid; member
94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-capsicum.c47 pid_t child_pid; member
117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-seccomp-filter.c323 pid_t child_pid; member
424 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c98 static void kill_children(int *child_pid, int count) in kill_children()
109 int *child_pid, oldcount, newcount, shm_id, i; in main() local
D27-1.c28 int result, child_pid, stat_loc; in main() local
D23-7.c25 int child_pid, stat_loc, old_priority; in main() local
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c73 pid_t child_pid; in test_msg_except() local
115 pid_t child_pid; in test_msg_noerror() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D5-1.c27 int result = -1, child_pid; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D21-1.c27 int result, child_pid, stat_loc; in main() local
D17-7.c34 int child_pid, stat_loc; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D4-1.c28 int result = -1, child_pid; in main() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper_unittest.cc86 pid_t child_pid; in TEST() local
151 pid_t child_pid; in TEST() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-fork-direct.cc23 pid_t child_pid = fork(); in main() local
Dcoverage-fork.cc22 pid_t child_pid = fork(); in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D3-1.c29 int result = -2, child_pid, stat_loc; in main() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-fork.cpp27 pid_t child_pid = fork(); in main() local
/external/ltp/testcases/kernel/syscalls/capset/
Dcapset04.c19 static pid_t child_pid; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
D1-2.c38 int child_pid, child_pgid; in main() local
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dlib.c73 int wait_for_child(pid_t child_pid) in wait_for_child()
90 int kill_child_and_wait(pid_t child_pid) in kill_child_and_wait()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D11-1.c67 pid_t child_pid; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D5-1.c74 int fd, child_pid; in main() local

12345