Home
last modified time | relevance | path

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

/external/valgrind/main/include/vki/
Dvki-scnums-amd64-linux.h44 #define __NR_poll 7 macro
Dvki-scnums-ppc64-linux.h204 #define __NR_poll 167 macro
Dvki-scnums-arm-linux.h205 #define __NR_poll 168 macro
Dvki-scnums-ppc32-linux.h204 #define __NR_poll 167 macro
Dvki-scnums-x86-linux.h205 #define __NR_poll 168 macro
Dvki-scnums-darwin.h439 #define __NR_poll VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(230) macro
/external/kernel-headers/original/asm-x86/
Dunistd_32.h176 #define __NR_poll 168 macro
/external/strace/
Dsyscall-android.h165 #define SYS_poll __NR_poll
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c749 GO(__NR_poll, "3s 1m"); in main()
750 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
Dscalar.stderr.exp1648 168: __NR_poll 3s 1m
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c1335 GO(__NR_poll, "3s 1m"); in main()
1336 SY(__NR_poll, x0, x0+1, x0); FAIL; in main()
/external/kernel-headers/original/asm-arm/
Dunistd.h196 #define __NR_poll (__NR_SYSCALL_BASE+168) macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1366 GENXY(__NR_poll, sys_poll), // 167
Dsyswrap-ppc32-linux.c1636 GENXY(__NR_poll, sys_poll), // 167
Dsyswrap-amd64-linux.c1063 GENXY(__NR_poll, sys_poll), // 7
Dsyswrap-arm-linux.c1437 GENXY(__NR_poll, sys_poll), // 168
Dsyswrap-x86-linux.c1994 GENXY(__NR_poll, sys_poll), // 168
Dsyswrap-darwin.c7844 GENXY(__NR_poll, sys_poll),
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt1075 #define __NR_poll (__NR_SYSCALL_BASE+168)
/external/valgrind/main/exp-ptrcheck/
Dh_main.c2376 ADD(0, __NR_poll); in setup_post_syscall_table()