Searched refs:epfds (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl02.c | 57 int *epfds; member 104 TEST(epoll_ctl(*tc->epfds, tc->opt, *tc->fds, tc->ts_event)); in verify_epoll_ctl()
|
/external/strace/tests-mx32/ |
D | poll.c | 249 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local 250 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 253 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
|
/external/strace/tests/ |
D | poll.c | 249 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local 250 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 253 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
|
/external/strace/tests-m32/ |
D | poll.c | 249 const void *const epfds = tail_fds0 + ARRAY_SIZE(pfds0) - valid; in main() local 250 rc = syscall(__NR_poll, epfds, valid + 1, 0); in main() 253 print_pollfd_array_entering(epfds, valid + 1, valid, abbrev); in main()
|