Searched refs:PTRACE_SEIZE (Results 1 – 7 of 7) sorted by relevance
111 PTRACE_SEIZE = 0x4206, enumerator112 #define PTRACE_SEIZE PTRACE_SEIZE macro
171 PTRACE_SEIZE = 0x4206, enumerator172 #define PTRACE_SEIZE PTRACE_SEIZE macro
53 #define PTRACE_SEIZE 0x4206 macro
664 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptrace()784 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptraced()
397 bool seize = (request == PTRACE_SEIZE); in ptrace_attach()1287 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in SYSCALL_DEFINE4()1432 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in COMPAT_SYSCALL_DEFINE4()