Searched refs:ptrace_fd (Results 1 – 1 of 1) sorted by relevance
158 int ptrace_fd; in test1() local172 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data1, sizeof(*ptrace_data1)); in test1()173 if (ptrace_fd > 0 || errno != ENOSPC) in test1()183 int ptrace_fd; in test2() local197 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data2, sizeof(*ptrace_data2)); in test2()198 if (ptrace_fd < 0) { in test2()202 ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, ptrace_fd); in test2()212 int ptrace_fd; in test3() local226 ptrace_fd = ptrace_open(child_pid, (__u64)ptrace_data1, sizeof(*ptrace_data1)); in test3()227 if (ptrace_fd > 0 || errno != ENOSPC) in test3()[all …]