Home
last modified time | relevance | path

Searched refs:epfds (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-m32/
Dpoll.c270 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local
271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
276 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
296 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
301 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
/external/strace/tests-mx32/
Dpoll.c270 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local
271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
276 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
296 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
301 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
/external/strace/tests/
Dpoll.c270 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local
271 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
276 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
296 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main()
301 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl02.c47 int *epfds; member
94 TEST(epoll_ctl(*tc->epfds, tc->opt, *tc->fds, tc->ts_event)); in verify_epoll_ctl()