Home
last modified time | relevance | path

Searched refs:__NR_poll (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_syscalls.h41 #if !defined(__NR_poll)
42 #define __NR_poll 7 macro
Dx86_32_linux_syscalls.h685 #if !defined(__NR_poll)
686 #define __NR_poll 168 macro
Dmips64_linux_syscalls.h44 #if !defined(__NR_poll)
45 #define __NR_poll (__NR_Linux + 7) macro
Darm_linux_syscalls.h536 #if !defined(__NR_poll)
537 #define __NR_poll (__NR_SYSCALL_BASE+168) macro
Dmips_linux_syscalls.h770 #if !defined(__NR_poll)
771 #define __NR_poll (__NR_Linux + 188) macro
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h434 #define __NR_poll 1068 macro
Dvki-scnums-s390x-linux.h169 #define __NR_poll 168 macro
Dvki-scnums-amd64-linux.h44 #define __NR_poll 7 macro
Dvki-scnums-ppc32-linux.h204 #define __NR_poll 167 macro
Dvki-scnums-x86-linux.h205 #define __NR_poll 168 macro
Dvki-scnums-ppc64-linux.h204 #define __NR_poll 167 macro
Dvki-scnums-arm-linux.h205 #define __NR_poll 168 macro
Dvki-scnums-mips64-linux.h46 #define __NR_poll (__NR_Linux + 7) macro
Dvki-scnums-mips32-linux.h228 #define __NR_poll (__NR_Linux + 188) macro
Dvki-scnums-darwin.h461 #define __NR_poll VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(230) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h11 #define __NR_poll 7 macro
Dunistd_32.h172 #define __NR_poll 168 macro
Dunistd_x32.h11 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h211 #define __NR_poll (__NR_Linux + 188) macro
407 #define __NR_poll (__NR_Linux + 7) macro
744 #define __NR_poll (__NR_Linux + 7) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h849 #define __NR_poll 1068 macro
850 __SYSCALL(__NR_poll, sys_poll)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h196 #define __NR_poll (__NR_SYSCALL_BASE+168) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c751 GO(__NR_poll, "3s 1m"); in main()
752 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc533 case __NR_poll: in IsAllowedGeneralIo()
/external/valgrind/memcheck/tests/darwin/
Dscalar.c1341 GO(__NR_poll, "3s 1m"); in main()
1342 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c981 GENXY(__NR_poll, sys_poll), // 167

12