HomeSort by: relevance | last modified time | path
    Searched refs:EPOLL_CTL_DEL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
epoll.h 59 #define EPOLL_CTL_DEL 2
  /src/sys/compat/netbsd32/
netbsd32_epoll.c 71 if (SCARG(uap, op) != EPOLL_CTL_DEL) {
  /src/sys/kern/
sys_epoll.c 304 if (op != EPOLL_CTL_DEL) {
325 case EPOLL_CTL_DEL:
361 if (SCARG(uap, op) != EPOLL_CTL_DEL) {
  /src/tests/kernel/
t_epoll.c 167 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL), -1,
  /src/sys/compat/linux/common/
linux_misc.c 1836 if (SCARG(uap, op) != EPOLL_CTL_DEL) {

Completed in 16 milliseconds