Lines Matching defs:pid
59 static struct user_za_header *get_za(pid_t pid, void **buf, size_t *size)
80 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov))
96 static int set_za(pid_t pid, const struct user_za_header *za)
102 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
251 pid_t pid;
261 pid = wait(&status);
262 if (pid == -1) {
271 if (pid != child)
282 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
297 si.si_pid == pid)
301 if (ptrace(PTRACE_CONT, pid, NULL, sig)) {