HomeSort by relevance Sort by last modified time
    Searched defs:SECCOMP_RET_KILL_PROCESS (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
seccomp_ret_action.h 2 #if !(defined(SECCOMP_RET_KILL_PROCESS) || (defined(HAVE_DECL_SECCOMP_RET_KILL_PROCESS) && HAVE_DECL_SECCOMP_RET_KILL_PROCESS))
3 # define SECCOMP_RET_KILL_PROCESS 0x80000000U
27 XLAT(SECCOMP_RET_KILL_PROCESS),
  /bionic/libc/kernel/uapi/linux/
seccomp.h 31 #define SECCOMP_RET_KILL_PROCESS 0x80000000U
  /external/kernel-headers/original/uapi/linux/
seccomp.h 32 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 90 #ifndef SECCOMP_RET_KILL_PROCESS
91 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */
645 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_PROCESS),
    [all...]

Completed in 337 milliseconds