/external/strace/tests-mx32/ |
D | poll.c | 33 #ifdef __NR_poll 172 assert(syscall(__NR_poll, NULL, 42, 0) == -1); in main() 194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout); in main() 201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 262 rc = syscall(__NR_poll, efault, 1, 0); in main() 271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() [all …]
|
/external/strace/tests/ |
D | poll.c | 33 #ifdef __NR_poll 172 assert(syscall(__NR_poll, NULL, 42, 0) == -1); in main() 194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout); in main() 201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 262 rc = syscall(__NR_poll, efault, 1, 0); in main() 271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() [all …]
|
/external/strace/tests-m32/ |
D | poll.c | 33 #ifdef __NR_poll 172 assert(syscall(__NR_poll, NULL, 42, 0) == -1); in main() 194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout); in main() 201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 262 rc = syscall(__NR_poll, efault, 1, 0); in main() 271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() [all …]
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 264 #ifdef __NR_poll 265 SC_ALLOW(__NR_poll),
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 27 #ifdef __NR_poll 28 { "poll", __NR_poll },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 11 #define __NR_poll 7 macro
|
D | unistd_32.h | 172 #define __NR_poll 168 macro
|
D | unistd_x32.h | 11 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
|
/external/strace/ |
D | scno.h | 29 #ifndef __NR_poll 30 # define __NR_poll (SYSCALL_BIT | 7) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 133 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 1489 #ifdef __NR_poll 1490 #define SYS_poll __NR_poll
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 164 # undef __NR_poll 3477 #if defined(__NR_poll) in _syscall2() 4452 #if !defined(__NR_poll)
|