Home
last modified time | relevance | path

Searched refs:POLL_IN (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dsigpoll_codes.h6 #if defined(POLL_IN) || (defined(HAVE_DECL_POLL_IN) && HAVE_DECL_POLL_IN)
8 static_assert((POLL_IN) == (1), "POLL_IN != 1");
11 # define POLL_IN 1
61 XLAT(POLL_IN),
Dsigpoll_codes.in1 POLL_IN 1
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-30-buildonly.c7 #ifndef POLL_IN
8 #error POLL_IN not defined
Dsigmacrolist.txt30 POLL_IN
/external/e2fsprogs/e2fsck/
Dsigcatcher.c290 #ifdef POLL_IN
291 DEFINE_ENTRY(POLL_IN)
/external/ltp/testcases/kernel/containers/pidns/
Dpidns13.c132 if (info.si_fd == pipe_fd[0] && info.si_code == POLL_IN) in child_fn()
/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.h277 #define POLL_IN 1 /* data input available */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py164 POLL_IN = 1 variable
DFILE.py169 POLL_IN = 1 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py556 POLL_IN = 1 variable
DSTROPTS.py553 POLL_IN = 1 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c3601 #ifdef POLL_IN
3602 { "POLL_IN", (unsigned long) POLL_IN },