Home
last modified time | relevance | path

Searched refs:__NR_epoll_ctl_old (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_syscalls.h869 #if !defined(__NR_epoll_ctl_old)
870 #define __NR_epoll_ctl_old 214 macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c648 #ifdef __NR_epoll_ctl_old
649 { "epoll_ctl_old", __NR_epoll_ctl_old },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h218 #define __NR_epoll_ctl_old 214 macro
/external/valgrind/include/vki/
Dvki-scnums-amd64-linux.h297 #define __NR_epoll_ctl_old 214 macro
/external/strace/
Dscno.h650 #ifndef __NR_epoll_ctl_old
651 # define __NR_epoll_ctl_old (SYSCALL_BIT | 214) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc422 case __NR_epoll_ctl_old: in IsAllowedEpoll()