Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigpoll_codes.h13 #if defined(POLL_OUT) || (defined(HAVE_DECL_POLL_OUT) && HAVE_DECL_POLL_OUT)
15 static_assert((POLL_OUT) == (2), "POLL_OUT != 2");
18 # define POLL_OUT 2
62 XLAT(POLL_OUT),
Dsigpoll_codes.in2 POLL_OUT 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-31-buildonly.c7 #ifndef POLL_OUT
8 #error POLL_OUT not defined
Dsigmacrolist.txt31 POLL_OUT
/external/e2fsprogs/e2fsck/
Dsigcatcher.c293 #ifdef POLL_OUT
294 DEFINE_ENTRY(POLL_OUT)
/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.h278 #define POLL_OUT 2 /* output buffers available */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py165 POLL_OUT = 2 variable
DFILE.py170 POLL_OUT = 2 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py557 POLL_OUT = 2 variable
DSTROPTS.py554 POLL_OUT = 2 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c3607 #ifdef POLL_OUT
3608 { "POLL_OUT", (unsigned long) POLL_OUT },