Searched refs:POLLMSG (Results 1 – 16 of 16) 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/syzkaller/sys/fuchsia/ |
D | posix_arm64.const | 29 POLLMSG = 1024
|
D | posix_amd64.const | 29 POLLMSG = 1024
|
D | posix.txt | 94 …OUT, POLLERR, POLLHUP, POLLNVAL, POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLMSG, POLLRDHUP
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 349 POLLMSG = 1024
|
D | sys_amd64.const | 349 POLLMSG = 1024
|
D | sys_ppc64le.const | 349 POLLMSG = 1024
|
D | sys_arm.const | 349 POLLMSG = 1024
|
D | sys_arm64.const | 349 POLLMSG = 1024
|
D | sys.txt | 963 …LERR, POLLHUP, POLLNVAL, POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLMSG, POLLREMOVE, POLL…
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1899 #ifdef POLLMSG 1900 PyModule_AddIntConstant(m, "POLLMSG", POLLMSG);
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2466 #ifdef POLLMSG 2467 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):
|