HomeSort by relevance Sort by last modified time
    Searched refs:__NR_seccomp (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sandbox/linux/services/
arm64_linux_syscalls.h 1054 #if !defined(__NR_seccomp)
1055 #define __NR_seccomp 277
x86_64_linux_syscalls.h 1281 #if !defined(__NR_seccomp)
1282 #define __NR_seccomp 317
x86_32_linux_syscalls.h 1413 #if !defined(__NR_seccomp)
1414 #define __NR_seccomp 354
arm_linux_syscalls.h 1370 #if !defined(__NR_seccomp)
1371 #define __NR_seccomp (__NR_SYSCALL_BASE+383)
mips_linux_syscalls.h 1424 #if !defined(__NR_seccomp)
1425 #define __NR_seccomp (__NR_Linux + 352)
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.cc 597 case __NR_seccomp:
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 496 __NR_seccomp, SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, NULL);
626 int rv = syscall(__NR_seccomp, SECCOMP_SET_MODE_FILTER,
    [all...]

Completed in 680 milliseconds