Searched refs:EPOLL_CTL_MOD (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | epollctls.h | 8 #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),
|
D | epollctls.in | 3 EPOLL_CTL_MOD 3
|
/external/libevent/ |
D | epoll.c | 169 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()
|
D | ChangeLog | 576 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 394 { 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/ |
D | epoll_ctl01.c | 145 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()
|
D | epoll_ctl02.c | 68 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT},
|
/external/kernel-headers/original/uapi/linux/ |
D | eventpoll.h | 27 #define EPOLL_CTL_MOD 3 macro
|
/external/strace/tests-mx32/ |
D | epoll_ctl.c | 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/strace/tests/ |
D | epoll_ctl.c | 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/strace/tests-m32/ |
D | epoll_ctl.c | 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
D | epoll_ctl.txt | 62 must call epoll_ctl(2) with EPOLL_CTL_MOD to re-enable the file 74 EPOLL_CTL_MOD
|
D | epoll_wait.txt | 39 set with a epoll_ctl(2) (EPOLL_CTL_ADD,EPOLL_CTL_MOD) while the events
|
D | epoll.txt | 72 using epoll_ctl(2) with EPOLL_CTL_MOD. 118 ing epoll_ctl(2) with EPOLL_CTL_MOD.
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | epoll.h | 59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ macro
|
/external/dhcpcd-6.8.2/ |
D | eloop.c | 121 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/ |
D | epoll-test.c | 196 if (epoll_ctl(kdpfd, EPOLL_CTL_MOD, conn->sfd, &ev) < 0) { in eph_mod_conn()
|
/external/strace/ |
D | ChangeLog | 18306 * xlat/epollctls.in (EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD): Add
|