OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_seccomp
(Results
1 - 25
of
29
) sorted by null
1
2
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c
914
#ifndef
__NR_seccomp
916
# define
__NR_seccomp
354
918
# define
__NR_seccomp
317
920
# define
__NR_seccomp
0xffff
940
return syscall(
__NR_seccomp
, op, flags, filter);
[
all
...]
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
[
all
...]
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
417
#define
__NR_seccomp
317
unistd_x32.h
362
#define
__NR_seccomp
(__X32_SYSCALL_BIT + 317)
unistd_32.h
459
#define
__NR_seccomp
354
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
321
#define
__NR_seccomp
317
unistd_x32.h
277
#define
__NR_seccomp
(__X32_SYSCALL_BIT + 317)
unistd_32.h
354
#define
__NR_seccomp
354
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
1054
#if !defined(
__NR_seccomp
)
1055
#define
__NR_seccomp
277
mips64_linux_syscalls.h
1262
#if !defined(
__NR_seccomp
)
1263
#define
__NR_seccomp
(__NR_Linux + 312)
x86_64_linux_syscalls.h
1281
#if !defined(
__NR_seccomp
)
1282
#define
__NR_seccomp
317
arm_linux_syscalls.h
1376
#if !defined(
__NR_seccomp
)
1377
#define
__NR_seccomp
(__NR_SYSCALL_BASE+383)
mips_linux_syscalls.h
1424
#if !defined(
__NR_seccomp
)
1425
#define
__NR_seccomp
(__NR_Linux + 352)
x86_32_linux_syscalls.h
1413
#if !defined(
__NR_seccomp
)
1414
#define
__NR_seccomp
354
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
401
#define
__NR_seccomp
317
vki-scnums-arm64-linux.h
313
#define
__NR_seccomp
277
vki-scnums-mips64-linux.h
351
#define
__NR_seccomp
(__NR_Linux + 312)
vki-scnums-s390x-linux.h
316
#define
__NR_seccomp
348
vki-scnums-arm-linux.h
422
#define
__NR_seccomp
383
/bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h
462
#define
__NR_seccomp
(__NR_SYSCALL_BASE + 383)
/bionic/libc/kernel/uapi/asm-generic/
unistd.h
375
#define
__NR_seccomp
277
/bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h
464
#define
__NR_seccomp
(__NR_Linux + 352)
[
all
...]
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd.h
412
#define
__NR_seccomp
(__NR_SYSCALL_BASE+383)
/external/kernel-headers/original/uapi/asm-generic/
unistd.h
702
#define
__NR_seccomp
277
703
__SYSCALL(
__NR_seccomp
, sys_seccomp)
/external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h
375
#define
__NR_seccomp
(__NR_Linux + 352)
712
#define
__NR_seccomp
(__NR_Linux + 312)
[
all
...]
Completed in 1831 milliseconds
1
2