HomeSort by relevance Sort by last modified time
    Searched refs:POLLWRNORM (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-mips/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /external/kernel-headers/original/uapi/asm-mips/asm/
poll.h 5 #define POLLWRNORM POLLOUT
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 29 #ifndef POLLWRNORM
30 #define POLLWRNORM 0x0100
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 15 #ifndef POLLWRNORM
16 #define POLLWRNORM 0x0100
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 15 #define POLLWRNORM 0x0100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 34 # define POLLWRNORM 0x100 /* Writing now will not block. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 34 # define POLLWRNORM 0x100 /* Writing now will not block. */
  /external/strace/xlat/
pollflags.h 23 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM)
24 XLAT(POLLWRNORM),
  /bionic/tests/headers/posix/
poll_h.c 46 MACRO(POLLWRNORM);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 70 #define POLLWRNORM POLLOUT
  /external/curl/lib/
select.h 62 #ifndef POLLWRNORM
63 #define POLLWRNORM POLLOUT
select.c 207 pfd[num].events = POLLWRNORM|POLLOUT;
254 if(pfd[num].revents & (POLLWRNORM|POLLOUT))
480 POLLRDNORM|POLLWRNORM|POLLRDBAND)) {
485 if(ufds[i].events & (POLLWRNORM|POLLOUT))
asyn-ares.c 270 pfd[i].events |= POLLWRNORM|POLLOUT;
294 pfd[i].revents & (POLLWRNORM|POLLOUT)?
  /external/strace/tests/
poll.c 68 #ifdef POLLWRNORM
69 PRINT_EVENT(POLLWRNORM, events);
135 #ifdef POLLWRNORM
136 PRINT_EVENT(POLLWRNORM, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
  /external/strace/tests-m32/
poll.c 68 #ifdef POLLWRNORM
69 PRINT_EVENT(POLLWRNORM, events);
135 #ifdef POLLWRNORM
136 PRINT_EVENT(POLLWRNORM, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
  /external/strace/tests-mx32/
poll.c 68 #ifdef POLLWRNORM
69 PRINT_EVENT(POLLWRNORM, events);
135 #ifdef POLLWRNORM
136 PRINT_EVENT(POLLWRNORM, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
  /system/core/adb/
sysdeps_test.cpp 85 pfd[1].events = POLLWRNORM;
91 EXPECT_EQ(POLLWRNORM, pfd[1].revents);
103 EXPECT_EQ(POLLWRNORM, pfd[1].revents);
127 pfd[2].events = POLLWRNORM;
138 EXPECT_EQ(POLLWRNORM, pfd[2].revents);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 118 static int16_t flag[3] = { POLLRDNORM, POLLWRNORM, POLLRDBAND };
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c     [all...]

Completed in 793 milliseconds

1 2 3