Searched refs:ev_rdwr (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait03.c | 30 static struct epoll_event *ev_rdonly, *ev_rdwr = epevs; variable 40 {&bad_epfd, &ev_rdwr, 1, EBADF, "epfd is not a valid fd"}, 41 {&inv_epfd, &ev_rdwr, 1, EINVAL, "epfd is not an epoll fd"}, 42 {&epfd, &ev_rdwr, -1, EINVAL, "maxevents is less than zero"}, 43 {&epfd, &ev_rdwr, 0, EINVAL, "maxevents is equal to zero"},
|