Searched refs:sys_seccomp (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | sandbox_bpf.cc | 71 const int rv = sys_seccomp(operation, flags, nullptr); in KernelHasLGBug() 93 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, nullptr); in KernelSupportsSeccompTsync() 265 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, &prog); in InstallFilter()
|
/external/minijail/ |
D | syscall_wrapper.h | 17 int sys_seccomp(unsigned int operation, unsigned int flags, void *args);
|
D | syscall_wrapper.c | 22 int sys_seccomp(unsigned int operation, unsigned int flags, void *args) in sys_seccomp() function
|
D | libminijail.c | 750 if (sys_seccomp(SECCOMP_SET_MODE_FILTER, in seccomp_should_parse_filters() 1558 if (sys_seccomp(SECCOMP_SET_MODE_FILTER, in set_seccomp_filter()
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.h | 46 SANDBOX_EXPORT int sys_seccomp(unsigned int operation,
|
D | syscall_wrappers.cc | 72 int sys_seccomp(unsigned int operation, in sys_seccomp() function
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 103 345414 WARNING: unhandled syscall: 317 (sys_seccomp)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 706 __SYSCALL(__NR_seccomp, sys_seccomp)
|
/external/strace/ |
D | ChangeLog | 18596 * seccomp.c (sys_seccomp): Update for RVAL_DECODED. 21139 * linux/dummy.h (sys_seccomp): Remove. 21140 * linux/syscall.h (sys_seccomp): New prototype. 21844 sys_kexec_file_load, sys_memfd_create, sys_seccomp): New stub aliases.
|