HomeSort by relevance Sort by last modified time
    Searched refs:POLL_OUT (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-31-buildonly.c 2 Test that the POLL_OUT macro is defined.
7 #ifndef POLL_OUT
8 #error POLL_OUT not defined
  /external/strace/xlat/
sigpoll_codes.h 5 #if !(defined(POLL_OUT) || (defined(HAVE_DECL_POLL_OUT) && HAVE_DECL_POLL_OUT))
6 # define POLL_OUT 2
32 XLAT(POLL_OUT),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 245 POLL_OUT, /* Output buffers available. */
246 # define POLL_OUT POLL_OUT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 245 POLL_OUT, /* Output buffers available. */
246 # define POLL_OUT POLL_OUT
  /external/e2fsprogs/e2fsck/
sigcatcher.c 293 #ifdef POLL_OUT
294 DEFINE_ENTRY(POLL_OUT)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 182 #define POLL_OUT 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 108 __ARCH_SI_BAND_T _band; /* POLL_IN, POLL_OUT, POLL_MSG */
243 #define POLL_OUT 2 /* output buffers available */
  /external/strace/
printsiginfo.c 188 case POLL_IN: case POLL_OUT: case POLL_MSG:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 90 __ARCH_SI_BAND_T _band; /* POLL_IN, POLL_OUT, POLL_MSG */
230 #define POLL_OUT (__SI_POLL|2) /* output buffers available */
  /external/minijail/linux-x86/
libconstants.gen.c 746 #ifdef POLL_OUT
747 { "POLL_OUT", (unsigned long) POLL_OUT },
748 #endif // POLL_OUT
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 187 i = POLL_OUT;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 165 POLL_OUT = 2
FILE.py 170 POLL_OUT = 2
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 469 PHPBN2(POLL_OUT);
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 557 POLL_OUT = 2
STROPTS.py 554 POLL_OUT = 2
    [all...]

Completed in 372 milliseconds