Searched refs:EPOLL_CTL_MOD (Results 1 - 16 of 16) sorted by relevance

/external/libevent/
H A Depolltable-internal.h55 Set op to EPOLL_CTL_MOD [*1,*2]
66 Set op to EPOLL_CTL_MOD
73 Set op to EPOLL_CTL_MOD
271 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_MOD },
273 { EPOLLIN, EPOLL_CTL_MOD },
277 { EPOLLIN, EPOLL_CTL_MOD },
279 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_MOD },
281 { EPOLLIN, EPOLL_CTL_MOD },
287 { EPOLLRDHUP, EPOLL_CTL_MOD },
301 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
[all...]
H A Depoll.c245 op == EPOLL_CTL_MOD?"MOD":
296 case EPOLL_CTL_MOD:
323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) {
/external/strace/xlat/
H A Depollctls.h8 #if !(defined(EPOLL_CTL_MOD) || (defined(HAVE_DECL_EPOLL_CTL_MOD) && HAVE_DECL_EPOLL_CTL_MOD))
9 # define EPOLL_CTL_MOD 3 macro
22 XLAT(EPOLL_CTL_MOD),
/external/kernel-headers/original/uapi/linux/
H A Deventpoll.h28 #define EPOLL_CTL_MOD 3 macro
/external/strace/tests/
H A Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0);
34 printf("epoll_ctl(-1, EPOLL_CTL_MOD, -16, NULL) = %ld %s (%m)\n",
/external/strace/tests-m32/
H A Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0);
34 printf("epoll_ctl(-1, EPOLL_CTL_MOD, -16, NULL) = %ld %s (%m)\n",
/external/strace/tests-mx32/
H A Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0);
34 printf("epoll_ctl(-1, EPOLL_CTL_MOD, -16, NULL) = %ld %s (%m)\n",
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl01.c147 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]);
148 check_epoll_ctl(EPOLL_CTL_MOD, 2);
H A Depoll_ctl02.c27 * 6) epoll_ctl(2) fails with EPOLL_CTL_MOD if fd is not registered
68 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT},
/external/ltp/testcases/kernel/syscalls/epoll2/include/
H A Depoll.h59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ macro
/external/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD,
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1
524 case EPOLL_CTL_MOD:
/external/dhcpcd-6.8.2/
H A Deloop.c121 error = epoll_ctl(ctx->poll_fd, EPOLL_CTL_MOD,
226 epoll_ctl(ctx->poll_fd, EPOLL_CTL_MOD,
/external/wayland/src/
H A Devent-loop.c161 return epoll_ctl(loop->epoll_fd, EPOLL_CTL_MOD, source->fd, &ep);
/external/python/cpython2/Modules/
H A Dselectmodule.c888 case EPOLL_CTL_MOD:
957 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events);
/external/python/cpython3/Modules/
H A Dselectmodule.c1392 case EPOLL_CTL_MOD:
1461 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events);
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
H A Depoll-test.c196 if (epoll_ctl(kdpfd, EPOLL_CTL_MOD, conn->sfd, &ev) < 0) {

Completed in 510 milliseconds