/external/strace/tests-mx32/ |
D | epoll_ctl.c | 4 #ifdef __NR_epoll_ctl 15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev); in invoke_syscall()
|
/external/strace/tests/ |
D | epoll_ctl.c | 4 #ifdef __NR_epoll_ctl 15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev); in invoke_syscall()
|
/external/strace/tests-m32/ |
D | epoll_ctl.c | 4 #ifdef __NR_epoll_ctl 15 return syscall(__NR_epoll_ctl, epfd, op, fd, (unsigned long) ev); in invoke_syscall()
|
/external/libevent/ |
D | epoll_sub.c | 54 return (syscall(__NR_epoll_ctl, epfd, op, fd, event)); in epoll_ctl()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 94 #if !defined(__NR_epoll_ctl) 95 #define __NR_epoll_ctl 21 macro
|
D | x86_64_linux_syscalls.h | 945 #if !defined(__NR_epoll_ctl) 946 #define __NR_epoll_ctl 233 macro
|
D | x86_32_linux_syscalls.h | 1021 #if !defined(__NR_epoll_ctl) 1022 #define __NR_epoll_ctl 255 macro
|
D | mips64_linux_syscalls.h | 848 #if !defined(__NR_epoll_ctl) 849 #define __NR_epoll_ctl (__NR_Linux + 208) macro
|
D | mips_linux_syscalls.h | 1014 #if !defined(__NR_epoll_ctl) 1015 #define __NR_epoll_ctl (__NR_Linux + 249) macro
|
D | arm_linux_syscalls.h | 852 #if !defined(__NR_epoll_ctl) 853 #define __NR_epoll_ctl (__NR_SYSCALL_BASE+251) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 705 #ifdef __NR_epoll_ctl 706 { "epoll_ctl", __NR_epoll_ctl },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 69 #define __NR_epoll_ctl 21 macro
|
D | vki-scnums-s390x-linux.h | 220 #define __NR_epoll_ctl 250 macro
|
D | vki-scnums-arm64-linux.h | 60 #define __NR_epoll_ctl 21 macro
|
D | vki-scnums-amd64-linux.h | 316 #define __NR_epoll_ctl 233 macro
|
D | vki-scnums-ppc64-linux.h | 274 #define __NR_epoll_ctl 237 macro
|
D | vki-scnums-arm-linux.h | 288 #define __NR_epoll_ctl 251 macro
|
D | vki-scnums-ppc32-linux.h | 280 #define __NR_epoll_ctl 237 macro
|
D | vki-scnums-x86-linux.h | 292 #define __NR_epoll_ctl 255 macro
|
D | vki-scnums-mips64-linux.h | 247 #define __NR_epoll_ctl (__NR_Linux + 208) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 237 #define __NR_epoll_ctl 233 macro
|
D | unistd_32.h | 256 #define __NR_epoll_ctl 255 macro
|
D | unistd_x32.h | 208 #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233) macro
|
/external/strace/ |
D | scno.h | 707 #ifndef __NR_epoll_ctl 708 # define __NR_epoll_ctl (SYSCALL_BIT | 233) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 272 #define __NR_epoll_ctl (__NR_Linux + 249) macro 615 #define __NR_epoll_ctl (__NR_Linux + 208) macro 958 #define __NR_epoll_ctl (__NR_Linux + 208) macro
|