Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 25 of 39) sorted by relevance

12

/external/libevent/
Depolltable-internal.h271 { 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 },
303 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_MOD },
305 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
309 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
[all …]
Depoll.c245 op == EPOLL_CTL_MOD?"MOD": in epoll_op_to_string()
296 case EPOLL_CTL_MOD: in epoll_apply_one_change()
323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
/external/strace/xlat/
Depollctls.h20 #if defined(EPOLL_CTL_MOD) || (defined(HAVE_DECL_EPOLL_CTL_MOD) && HAVE_DECL_EPOLL_CTL_MOD)
22 static_assert((EPOLL_CTL_MOD) == (3), "EPOLL_CTL_MOD != 3");
25 # define EPOLL_CTL_MOD 3
40 XLAT(EPOLL_CTL_MOD),
Depollctls.in3 EPOLL_CTL_MOD 3
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD, in test_epoll_ctl()
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1 in test_epoll_ctl()
524 case EPOLL_CTL_MOD: in test_epoll_ctl()
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c147 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]); in verify_epoll_ctl()
148 check_epoll_ctl(EPOLL_CTL_MOD, 2); in verify_epoll_ctl()
Depoll_ctl02.c68 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT},
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt62 must call epoll_ctl(2) with EPOLL_CTL_MOD to re-enable the file
74 EPOLL_CTL_MOD
Depoll_wait.txt39 set with a epoll_ctl(2) (EPOLL_CTL_ADD,EPOLL_CTL_MOD) while the events
Depoll.txt72 using epoll_ctl(2) with EPOLL_CTL_MOD.
118 ing epoll_ctl(2) with EPOLL_CTL_MOD.
/external/strace/tests-mx32/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/strace/tests/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/strace/tests-m32/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h28 #define EPOLL_CTL_MOD 3 macro
/external/wayland/src/
Devent-loop.c161 return epoll_ctl(loop->epoll_fd, EPOLL_CTL_MOD, source->fd, &ep); in wl_event_source_fd_update()
/external/syzkaller/sys/linux/
Dsys_386.const67 EPOLL_CTL_MOD = 3
Dsys_amd64.const67 EPOLL_CTL_MOD = 3
Dsys_arm.const67 EPOLL_CTL_MOD = 3
Dsys_ppc64le.const67 EPOLL_CTL_MOD = 3
Dsys_arm64.const67 EPOLL_CTL_MOD = 3
/external/python/cpython2/Modules/
Dselectmodule.c899 case EPOLL_CTL_MOD: in pyepoll_internal_ctl()
968 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
/external/python/cpython3/Modules/
Dselectmodule.c1401 case EPOLL_CTL_MOD: in pyepoll_internal_ctl()
1470 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c196 if (epoll_ctl(kdpfd, EPOLL_CTL_MOD, conn->sfd, &ev) < 0) { in eph_mod_conn()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go353 EPOLL_CTL_MOD = 0x3 const

12