Searched refs:pfds0 (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-mx32/ |
D | poll.c | 177 const struct pollfd pfds0[] = { in main() local 184 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); in main() 191 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 195 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 196 ARRAY_SIZE(pfds0), abbrev); in main() 198 (unsigned int) ARRAY_SIZE(pfds0), timeout, rc); in main() 199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main() 205 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 209 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 210 ARRAY_SIZE(pfds0), abbrev); in main() [all …]
|
/external/strace/tests/ |
D | poll.c | 177 const struct pollfd pfds0[] = { in main() local 184 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); in main() 191 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 195 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 196 ARRAY_SIZE(pfds0), abbrev); in main() 198 (unsigned int) ARRAY_SIZE(pfds0), timeout, rc); in main() 199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main() 205 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 209 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 210 ARRAY_SIZE(pfds0), abbrev); in main() [all …]
|
/external/strace/tests-m32/ |
D | poll.c | 177 const struct pollfd pfds0[] = { in main() local 184 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); in main() 191 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 195 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 196 ARRAY_SIZE(pfds0), abbrev); in main() 198 (unsigned int) ARRAY_SIZE(pfds0), timeout, rc); in main() 199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main() 205 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout); in main() 209 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0), in main() 210 ARRAY_SIZE(pfds0), abbrev); in main() [all …]
|