Home
last modified time | relevance | path

Searched refs:POLL_MSG (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dsigpoll_codes.h20 #if defined(POLL_MSG) || (defined(HAVE_DECL_POLL_MSG) && HAVE_DECL_POLL_MSG)
22 static_assert((POLL_MSG) == (3), "POLL_MSG != 3");
25 # define POLL_MSG 3
63 XLAT(POLL_MSG),
Dsigpoll_codes.in3 POLL_MSG 3
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-32-buildonly.c7 #ifndef POLL_MSG
8 #error POLL_MSG not defined
Dsigmacrolist.txt32 POLL_MSG
/external/e2fsprogs/e2fsck/
Dsigcatcher.c296 #ifdef POLL_MSG
297 DEFINE_ENTRY(POLL_MSG)
/external/strace/
Dprintsiginfo.c185 case POLL_IN: case POLL_OUT: case POLL_MSG: in print_si_info()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h279 #define POLL_MSG 3 /* input message available */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py166 POLL_MSG = 3 variable
DFILE.py171 POLL_MSG = 3 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py558 POLL_MSG = 3 variable
DSTROPTS.py555 POLL_MSG = 3 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c3604 #ifdef POLL_MSG
3605 { "POLL_MSG", (unsigned long) POLL_MSG },