/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl01.c | 137 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]); in verify_epoll_ctl() 138 check_epoll_ctl(EPOLL_CTL_DEL, 1); in verify_epoll_ctl() 139 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]); in verify_epoll_ctl()
|
D | epoll_ctl05.c | 47 if (epoll_ctl(origin_epfd, EPOLL_CTL_DEL, fd[0], &events)) in setup()
|
D | epoll_ctl02.c | 51 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_DEL"},
|
/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() 525 case EPOLL_CTL_DEL: in test_epoll_ctl()
|
/third_party/alsa-utils/alsactl/ |
D | monitor.c | 348 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in run_dispatcher() 364 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in clear_dispatcher() 366 epoll_ctl(epfd, EPOLL_CTL_DEL, infd, NULL); in clear_dispatcher() 368 epoll_ctl(epfd, EPOLL_CTL_DEL, sigfd, NULL); in clear_dispatcher()
|
/third_party/libuv/src/unix/ |
D | epoll.c | 77 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd() 96 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &e)) in uv__io_check_fd() 336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
|
D | os390-syscalls.h | 34 #define EPOLL_CTL_DEL 2 macro
|
D | os390.c | 599 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd() 973 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
|
D | os390-syscalls.c | 242 if (op == EPOLL_CTL_DEL) { in epoll_ctl()
|
/third_party/node/deps/uv/src/unix/ |
D | epoll.c | 77 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd() 96 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &e)) in uv__io_check_fd() 336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
|
D | os390-syscalls.h | 34 #define EPOLL_CTL_DEL 2 macro
|
D | os390.c | 599 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd() 973 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
D | linux_epoll_ctl_test.cpp | 56 EXPECT_TRUE(epoll_ctl(epollFd, EPOLL_CTL_DEL, fds[0], &ev) == -1);
|
/third_party/curl/docs/examples/ |
D | ephiperfifo.c | 257 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in remsock() 276 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in setsock() 452 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); in clean_fifo()
|
/third_party/alsa-utils/axfer/ |
D | waiter-epoll.c | 88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 82 EPOLL_CTL_DEL
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 34 EpollCtlDel = libc::EPOLL_CTL_DEL,
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 247 #define EPOLL_CTL_DEL 2 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, 602 c_uint(EPOLL_CTL_DEL), in epoll_del()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | epoll.rs | 211 c::EPOLL_CTL_DEL, in del()
|