Home
last modified time | relevance | path

Searched refs:EPOLLWRNORM (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Depollevents.h62 #if defined(EPOLLWRNORM) || (defined(HAVE_DECL_EPOLLWRNORM) && HAVE_DECL_EPOLLWRNORM)
64 static_assert((EPOLLWRNORM) == (0x00000100), "EPOLLWRNORM != 0x00000100");
67 # define EPOLLWRNORM 0x00000100
137 XLAT(EPOLLWRNORM),
Depollevents.in9 EPOLLWRNORM 0x00000100
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h38 EPOLLWRNORM = 0x100, enumerator
39 #define EPOLLWRNORM EPOLLWRNORM macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/external/python/cpython2/Modules/
Dselectmodule.c1930 #ifdef EPOLLWRNORM
1931 PyModule_AddIntConstant(m, "EPOLLWRNORM", EPOLLWRNORM);
/external/python/cpython3/Modules/
Dselectmodule.c2513 #ifdef EPOLLWRNORM
2514 PyModule_AddIntMacro(m, EPOLLWRNORM);
/external/python/cpython2/Doc/library/
Dselect.rst145 | :const:`EPOLLWRNORM` | Equivalent to :const:`EPOLLOUT` |
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go349 EPOLLWRNORM = 0x100 const
Dzerrors_linux_mipsle.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_s390x.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_arm.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_ppc64le.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_mips64.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_ppc64.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_amd64.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_mips64le.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_386.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_mips.go377 EPOLLWRNORM = 0x100 const
Dzerrors_linux_arm64.go377 EPOLLWRNORM = 0x100 const
/external/python/cpython3/Doc/library/
Dselect.rst313 | :const:`EPOLLWRNORM` | Equivalent to :const:`EPOLLOUT` |