/third_party/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()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl01.c | 135 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]); in verify_epoll_ctl() 136 check_epoll_ctl(EPOLL_CTL_MOD, 2); in verify_epoll_ctl()
|
D | epoll_ctl03.c | 42 TST_EXP_PASS(epoll_ctl(epfd, EPOLL_CTL_MOD, fds[0], &events), in run_all()
|
D | epoll_ctl02.c | 52 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_MOD"},
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 39 #define EPOLL_CTL_MOD 3 macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 39 #define EPOLL_CTL_MOD 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 39 #define EPOLL_CTL_MOD 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 39 #define EPOLL_CTL_MOD 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 39 #define EPOLL_CTL_MOD 3 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
D | linux_epoll_ctl_test.cpp | 40 EXPECT_TRUE(epoll_ctl(epollFd, EPOLL_CTL_MOD, fds[0], &ev) == -1);
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.h | 35 #define EPOLL_CTL_MOD 3 macro
|
D | epoll.c | 159 op = EPOLL_CTL_MOD; in uv__io_poll() 171 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
|
D | os390.c | 849 op = EPOLL_CTL_MOD; in uv__io_poll() 861 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
|
D | os390-syscalls.c | 264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()
|
/third_party/node/deps/uv/src/unix/ |
D | os390-syscalls.h | 35 #define EPOLL_CTL_MOD 3 macro
|
D | epoll.c | 159 op = EPOLL_CTL_MOD; in uv__io_poll() 171 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
|
D | os390.c | 849 op = EPOLL_CTL_MOD; in uv__io_poll() 861 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
|
D | os390-syscalls.c | 264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 83 EPOLL_CTL_MOD
|
D | fuchsia.txt | 246 EPOLL_CTL_MOD
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 35 EpollCtlMod = libc::EPOLL_CTL_MOD,
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 248 #define EPOLL_CTL_MOD 3 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | syscalls.rs | 32 epoll_event, EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD, F_DUPFD_CLOEXEC, F_GETFD, F_SETFD, 591 c_uint(EPOLL_CTL_MOD), in epoll_mod()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | epoll.rs | 189 c::EPOLL_CTL_MOD, in mod_()
|
/third_party/python/Modules/ |
D | selectmodule.c | 1413 case EPOLL_CTL_MOD: in pyepoll_internal_ctl() 1477 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, fd, eventmask); in select_epoll_modify_impl()
|