Home
last modified time | relevance | path

Searched refs:__NR_epoll_pwait (Results 1 – 20 of 20) sorted by relevance

/external/strace/tests-m32/
Depoll_pwait.c4 #ifdef __NR_epoll_pwait
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, in main()
/external/strace/tests/
Depoll_pwait.c4 #ifdef __NR_epoll_pwait
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, in main()
/external/strace/tests-mx32/
Depoll_pwait.c4 #ifdef __NR_epoll_pwait
17 long rc = syscall(__NR_epoll_pwait, -1, ev, 1, -2, in main()
/external/libevent/
Depoll_sub.c61 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait) in epoll_wait()
62 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
/external/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait.h31 return ltp_syscall(__NR_epoll_pwait, epfd, events, maxevents, in epoll_pwait()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c849 #ifdef __NR_epoll_pwait
850 { "epoll_pwait", __NR_epoll_pwait },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h285 #define __NR_epoll_pwait 281 macro
Dunistd_32.h319 #define __NR_epoll_pwait 319 macro
Dunistd_x32.h248 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281) macro
/external/strace/
Dscno.h851 #ifndef __NR_epoll_pwait
852 # define __NR_epoll_pwait (SYSCALL_BIT | 281) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h87 #define __NR_epoll_pwait 22 macro
88 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h275 #define __NR_epoll_pwait (__NR_Linux + 272) macro
Dunistd_n32.h279 #define __NR_epoll_pwait (__NR_Linux + 276) macro
Dunistd_o32.h316 #define __NR_epoll_pwait (__NR_Linux + 313) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h305 #define __NR_epoll_pwait (__NR_SYSCALL_BASE + 346) macro
/external/syzkaller/sys/linux/
Dsys_386.const625 __NR_epoll_pwait = 319
Dsys_amd64.const625 __NR_epoll_pwait = 281
Dsys_arm.const625 __NR_epoll_pwait = 346
Dsys_ppc64le.const625 __NR_epoll_pwait = 303
Dsys_arm64.const625 __NR_epoll_pwait = 22