Home
last modified time | relevance | path

Searched refs:POLLMSG (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dpollflags.h90 #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),
Dpollflags.in23 POLLMSG 0x0200
25 POLLMSG 0x0400
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h22 #ifndef POLLMSG
23 #define POLLMSG 0x0400 macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h17 #define POLLMSG 0x0400 macro
/external/syzkaller/sys/fuchsia/
Dposix_arm64.const29 POLLMSG = 1024
Dposix_amd64.const29 POLLMSG = 1024
Dposix.txt94 …OUT, POLLERR, POLLHUP, POLLNVAL, POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLMSG, POLLRDHUP
/external/syzkaller/sys/linux/
Dsys_386.const349 POLLMSG = 1024
Dsys_amd64.const349 POLLMSG = 1024
Dsys_ppc64le.const349 POLLMSG = 1024
Dsys_arm.const349 POLLMSG = 1024
Dsys_arm64.const349 POLLMSG = 1024
Dsys.txt963 …LERR, POLLHUP, POLLNVAL, POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLMSG, POLLREMOVE, POLL…
/external/python/cpython2/Modules/
Dselectmodule.c1899 #ifdef POLLMSG
1900 PyModule_AddIntConstant(m, "POLLMSG", POLLMSG);
/external/python/cpython3/Modules/
Dselectmodule.c2466 #ifdef POLLMSG
2467 PyModule_AddIntMacro(m, POLLMSG);
/external/strace/
DChangeLog381 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):