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

1 2

  /bionic/libc/kernel/uapi/asm-mips/asm/
poll.h 22 #define POLLWRBAND 0x0100
  /external/kernel-headers/original/uapi/asm-mips/asm/
poll.h 6 #define POLLWRBAND 0x0100
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 32 #ifndef POLLWRBAND
33 #define POLLWRBAND 0x0200
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 19 #ifndef POLLWRBAND
20 #define POLLWRBAND 0x0200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 18 #ifndef POLLWRBAND
19 #define POLLWRBAND 0x0200
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 16 #define POLLWRBAND 0x0200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 35 # define POLLWRBAND 0x200 /* Priority data may be written. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 35 # define POLLWRBAND 0x200 /* Priority data may be written. */
  /external/strace/xlat/
pollflags.h 29 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND)
30 XLAT(POLLWRBAND),
  /bionic/tests/headers/posix/
poll_h.c 47 MACRO(POLLWRBAND);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 72 #define POLLWRBAND 0x0100
  /external/strace/tests/
poll.c 74 #ifdef POLLWRBAND
75 PRINT_EVENT(POLLWRBAND, events);
141 #ifdef POLLWRBAND
142 PRINT_EVENT(POLLWRBAND, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
  /external/strace/tests-m32/
poll.c 74 #ifdef POLLWRBAND
75 PRINT_EVENT(POLLWRBAND, events);
141 #ifdef POLLWRBAND
142 PRINT_EVENT(POLLWRBAND, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
  /external/strace/tests-mx32/
poll.c 74 #ifdef POLLWRBAND
75 PRINT_EVENT(POLLWRBAND, events);
141 #ifdef POLLWRBAND
142 PRINT_EVENT(POLLWRBAND, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND }
212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
  /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...]
  /external/python/cpython2/Modules/
selectmodule.c     [all...]
  /external/python/cpython3/Modules/
selectmodule.c     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 390 public static final int POLLWRBAND = placeholder();
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1055 POLLWRBAND = 0x0100

Completed in 411 milliseconds

1 2