Home
last modified time | relevance | path

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

/external/strace/xlat/
Depollevents.h48 #if defined(EPOLLRDNORM) || (defined(HAVE_DECL_EPOLLRDNORM) && HAVE_DECL_EPOLLRDNORM)
50 static_assert((EPOLLRDNORM) == (0x00000040), "EPOLLRDNORM != 0x00000040");
53 # define EPOLLRDNORM 0x00000040
135 XLAT(EPOLLRDNORM),
Depollevents.in7 EPOLLRDNORM 0x00000040
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h34 EPOLLRDNORM = 0x040, enumerator
35 #define EPOLLRDNORM EPOLLRDNORM macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h37 #define EPOLLRDNORM (__force __poll_t)0x00000040 macro
/external/python/cpython2/Modules/
Dselectmodule.c1924 #ifdef EPOLLRDNORM
1925 PyModule_AddIntConstant(m, "EPOLLRDNORM", EPOLLRDNORM);
/external/python/cpython3/Modules/
Dselectmodule.c2507 #ifdef EPOLLRDNORM
2508 PyModule_AddIntMacro(m, EPOLLRDNORM);
/external/python/cpython2/Doc/library/
Dselect.rst141 | :const:`EPOLLRDNORM` | Equivalent to :const:`EPOLLIN` |
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go346 EPOLLRDNORM = 0x40 const
Dzerrors_linux_mipsle.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_s390x.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_arm.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_ppc64le.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_mips64.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_ppc64.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_amd64.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_mips64le.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_386.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_mips.go374 EPOLLRDNORM = 0x40 const
Dzerrors_linux_arm64.go374 EPOLLRDNORM = 0x40 const
/external/python/cpython3/Doc/library/
Dselect.rst309 | :const:`EPOLLRDNORM` | Equivalent to :const:`EPOLLIN` |