OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLWRBAND
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/kernel/uapi/asm-mips/asm/
poll.h
22
#define
POLLWRBAND
0x0100
/development/ndk/platforms/android-9/arch-mips/include/asm/
poll.h
22
#define
POLLWRBAND
0x0100
/development/ndk/platforms/android-L/arch-mips/include/asm/
poll.h
22
#define
POLLWRBAND
0x0100
/development/ndk/platforms/android-L/arch-mips64/include/asm/
poll.h
22
#define
POLLWRBAND
0x0100
/external/kernel-headers/original/uapi/asm-mips/asm/
poll.h
5
#define
POLLWRBAND
0x0100
/bionic/libc/kernel/uapi/asm-generic/
poll.h
35
#ifndef
POLLWRBAND
36
#define
POLLWRBAND
0x0200
/development/ndk/platforms/android-3/include/asm-generic/
poll.h
27
#ifndef
POLLWRBAND
28
#define
POLLWRBAND
0x0200
/development/ndk/platforms/android-L/include/asm-generic/
poll.h
35
#ifndef
POLLWRBAND
36
#define
POLLWRBAND
0x0200
/external/kernel-headers/original/uapi/asm-generic/
poll.h
18
#ifndef
POLLWRBAND
19
#define
POLLWRBAND
0x0200
/development/ndk/sources/android/libportable/arch-mips/
poll.c
35
*
POLLWRBAND
.
43
*
POLLWRBAND
:0x200 - MIPS used 0x0100. which is POLLWRNORM:0x100.
62
*
POLLWRBAND
0x0200 <-----------------> 0x0100
80
/* MIPS has different POLLWRNORM and
POLLWRBAND
. */
87
portable_events |=
POLLWRBAND
;
97
* so we just map
POLLWRBAND
to POLLWRBAND_PORTABLE.
99
if (mips_events &
POLLWRBAND
) {
100
mips_events &= ~
POLLWRBAND
;
/development/ndk/platforms/android-3/arch-arm/include/asm/
poll.h
25
#define
POLLWRBAND
0x0200
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
539
#define
POLLWRBAND
0x0100 /* out-of-band data is writeable */
Completed in 1444 milliseconds