Home
last modified time | relevance | path

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

/external/strace/xlat/
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),
Depollctls.in3 EPOLL_CTL_MOD 3
/external/libevent/
Depoll.c169 op == EPOLL_CTL_MOD?"MOD": in epoll_op_to_string()
232 op = EPOLL_CTL_MOD; in epoll_apply_one_change()
245 op = EPOLL_CTL_MOD; in epoll_apply_one_change()
252 op = EPOLL_CTL_MOD; in epoll_apply_one_change()
266 if (op == EPOLL_CTL_MOD && errno == ENOENT) { in epoll_apply_one_change()
288 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
DChangeLog576 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
/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.c145 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]); in verify_epoll_ctl()
146 check_epoll_ctl(EPOLL_CTL_MOD, 2); in verify_epoll_ctl()
Depoll_ctl02.c68 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT},
/external/kernel-headers/original/uapi/linux/
Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/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/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/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ macro
/external/dhcpcd-6.8.2/
Deloop.c121 error = epoll_ctl(ctx->poll_fd, EPOLL_CTL_MOD, in eloop_event_add()
226 epoll_ctl(ctx->poll_fd, EPOLL_CTL_MOD, in eloop_event_delete()
/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/strace/
DChangeLog18306 * xlat/epollctls.in (EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD): Add