Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Depollctls.h5 #if !(defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL))
6 # define EPOLL_CTL_DEL 2 macro
21 XLAT(EPOLL_CTL_DEL),
Depollctls.in2 EPOLL_CTL_DEL 2
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c147 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]); in verify_epoll_ctl()
148 check_epoll_ctl(EPOLL_CTL_DEL, 1); in verify_epoll_ctl()
149 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]); in verify_epoll_ctl()
Depoll_ctl02.c67 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT},
/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()
525 case EPOLL_CTL_DEL: in test_epoll_ctl()
/external/libevent/
Depoll.c168 op == EPOLL_CTL_DEL?"DEL": in epoll_op_to_string()
238 op = EPOLL_CTL_DEL; in epoll_apply_one_change()
297 } else if (op == EPOLL_CTL_DEL && in epoll_apply_one_change()
/external/kernel-headers/original/uapi/linux/
Deventpoll.h26 #define EPOLL_CTL_DEL 2 macro
/external/strace/tests-mx32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests-m32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h58 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */ macro
/external/strace/
Depoll.c79 if (EPOLL_CTL_DEL == op) in SYS_FUNC()
DNEWS370 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
DChangeLog12200 * tests/epoll_ctl.c (main): Check EPOLL_CTL_DEL decoding. Check
18306 * xlat/epollctls.in (EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD): Add
24577 epoll_ctl: fix EPOLL_CTL_DEL argument decoding.
24579 EPOLL_CTL_DEL operation.
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt78 EPOLL_CTL_DEL
Depoll.txt207 epoll_ctl(EPOLL_CTL_DEL) to delete fd 13 and close(), then mark its
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c1755 EPOLL_CTL_DEL, in MHD_suspend_connection()
2112 EPOLL_CTL_DEL, in MHD_cleanup_connections()
2762 EPOLL_CTL_DEL, in MHD_epoll()
3087 EPOLL_CTL_DEL, in MHD_quiesce_daemon()
3102 EPOLL_CTL_DEL, in MHD_quiesce_daemon()
/external/dhcpcd-6.8.2/
Deloop.c246 epoll_ctl(ctx->poll_fd, EPOLL_CTL_DEL, in eloop_event_delete()
/external/kmod/testsuite/
Dtestsuite.c441 if (epoll_ctl(fd_ep, EPOLL_CTL_DEL, in test_run_parent_check_outputs()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c162 if (epoll_ctl(kdpfd, EPOLL_CTL_DEL, conn->sfd, &ev) < 0) { in eph_exit_conn()
/external/wpa_supplicant_8/src/utils/
Deloop.c406 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
/external/valgrind/
DNEWS.old1070 107524 epoll_ctl event parameter checked on EPOLL_CTL_DEL