Home
last modified time | relevance | path

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

/external/strace/xlat/
Depollevents.h76 #if defined(EPOLLMSG) || (defined(HAVE_DECL_EPOLLMSG) && HAVE_DECL_EPOLLMSG)
78 static_assert((EPOLLMSG) == (0x00000400), "EPOLLMSG != 0x00000400");
81 # define EPOLLMSG 0x00000400
139 XLAT(EPOLLMSG),
Depollevents.in11 EPOLLMSG 0x00000400
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h42 EPOLLMSG = 0x400, enumerator
43 #define EPOLLMSG EPOLLMSG macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h41 #define EPOLLMSG (__force __poll_t)0x00000400 macro
/external/python/cpython2/Modules/
Dselectmodule.c1936 #ifdef EPOLLMSG
1937 PyModule_AddIntConstant(m, "EPOLLMSG", EPOLLMSG);
/external/python/cpython3/Modules/
Dselectmodule.c2519 #ifdef EPOLLMSG
2520 PyModule_AddIntMacro(m, EPOLLMSG);
/external/python/cpython2/Doc/library/
Dselect.rst149 | :const:`EPOLLMSG` | Ignored. |
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go340 EPOLLMSG = 0x400 const
Dzerrors_linux_mipsle.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_s390x.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_arm.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_ppc64le.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_mips64.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_ppc64.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_amd64.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_mips64le.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_386.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_mips.go368 EPOLLMSG = 0x400 const
Dzerrors_linux_arm64.go368 EPOLLMSG = 0x400 const
/external/python/cpython3/Doc/library/
Dselect.rst317 | :const:`EPOLLMSG` | Ignored. |