/external/strace/xlat/ |
D | epollctls.h | 5 #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),
|
D | epollctls.in | 2 EPOLL_CTL_DEL 2
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl01.c | 147 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()
|
D | epoll_ctl02.c | 67 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT},
|
/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() 525 case EPOLL_CTL_DEL: in test_epoll_ctl()
|
/external/libevent/ |
D | epoll.c | 168 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/ |
D | eventpoll.h | 26 #define EPOLL_CTL_DEL 2 macro
|
/external/strace/tests-mx32/ |
D | epoll_ctl.c | 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
|
/external/strace/tests/ |
D | epoll_ctl.c | 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
|
/external/strace/tests-m32/ |
D | epoll_ctl.c | 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | epoll.h | 58 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */ macro
|
/external/strace/ |
D | epoll.c | 79 if (EPOLL_CTL_DEL == op) in SYS_FUNC()
|
D | NEWS | 370 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
|
D | ChangeLog | 12200 * 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/ |
D | epoll_ctl.txt | 78 EPOLL_CTL_DEL
|
D | epoll.txt | 207 epoll_ctl(EPOLL_CTL_DEL) to delete fd 13 and close(), then mark its
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 1755 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/ |
D | eloop.c | 246 epoll_ctl(ctx->poll_fd, EPOLL_CTL_DEL, in eloop_event_delete()
|
/external/kmod/testsuite/ |
D | testsuite.c | 441 if (epoll_ctl(fd_ep, EPOLL_CTL_DEL, in test_run_parent_check_outputs()
|
/external/ltp/testcases/kernel/syscalls/epoll2/examples/ |
D | epoll-test.c | 162 if (epoll_ctl(kdpfd, EPOLL_CTL_DEL, conn->sfd, &ev) < 0) { in eph_exit_conn()
|
/external/wpa_supplicant_8/src/utils/ |
D | eloop.c | 406 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
|
/external/valgrind/ |
D | NEWS.old | 1070 107524 epoll_ctl event parameter checked on EPOLL_CTL_DEL
|