Searched refs:POLLMSG (Results 1 – 7 of 7) sorted by relevance
/external/strace/xlat/ |
D | pollflags.h | 90 #if defined(POLLMSG) || (defined(HAVE_DECL_POLLMSG) && HAVE_DECL_POLLMSG) 92 static_assert((POLLMSG) == (0x0200), "POLLMSG != 0x0200"); 95 # define POLLMSG 0x0200 98 #if defined(POLLMSG) || (defined(HAVE_DECL_POLLMSG) && HAVE_DECL_POLLMSG) 100 static_assert((POLLMSG) == (0x0400), "POLLMSG != 0x0400"); 103 # define POLLMSG 0x0400 188 XLAT(POLLMSG), 190 XLAT(POLLMSG),
|
D | pollflags.in | 23 POLLMSG 0x0200 25 POLLMSG 0x0400
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 22 #ifndef POLLMSG 23 #define POLLMSG 0x0400 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 17 #define POLLMSG 0x0400 macro
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1899 #ifdef POLLMSG 1900 PyModule_AddIntConstant(m, "POLLMSG", POLLMSG);
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2506 #ifdef POLLMSG 2507 PyModule_AddIntMacro(m, POLLMSG);
|
/external/strace/ |
D | ChangeLog | 381 POLLWRBAND, POLLMSG, POLLREMOVE, and POLLRDHUP. 7234 introduced by linux kernel commit v2.6.17-rc1~796. POLLMSG and 7238 * xlat/pollflags.in (POLLMSG, POLLREMOVE, POLLRDHUP, POLL_BUSY_LOOP):
|