| /third_party/rust/crates/libc/src/unix/newlib/espidf/ |
| D | mod.rs | 69 pub const POLLRDBAND: ::c_short = 1 << 2; constant
|
| /third_party/musl/porting/linux/user/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/ndk_musl_include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | poll.h | 19 #define POLLRDBAND 0x080 macro
|
| /third_party/rust/crates/rustix/src/backend/libc/ |
| D | winsock_c.rs | 45 pub(crate) const POLLRDBAND: i16 = WinSock::POLLRDBAND as _; constant
|
| /third_party/ffmpeg/libavformat/ |
| D | os_support.h | 129 #define POLLRDBAND 0x0008 /* priority readable data */ macro
|
| /third_party/rust/crates/libc/src/unix/newlib/horizon/ |
| D | mod.rs | 147 pub const POLLRDBAND: ::c_short = 0x0080; constant
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | poll-win32.c | 82 # define POLLRDBAND 0 macro
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 481 pub const POLLRDBAND: ::c_short = 0x080; constant
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 501 #define POLLRDBAND 0x20 macro
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 883 pub const POLLRDBAND: ::c_short = 0x0080; constant
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 1271 pub const POLLRDBAND: ::c_short = 0x080; constant
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 701 pub const POLLRDBAND: ::c_short = 0x0008; constant
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 1640 pub const POLLRDBAND: ::c_short = 0x0080; constant
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 1270 pub const POLLRDBAND: ::c_short = 0x0004; constant
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 2027 pub const POLLRDBAND: ::c_short = 0x080; constant
|
| /third_party/rust/crates/linux-raw-sys/src/riscv32/ |
| D | general.rs | 1168 pub const POLLRDBAND: u32 = 128; constant
|
| /third_party/rust/crates/linux-raw-sys/src/x86_64/ |
| D | general.rs | 1172 pub const POLLRDBAND: u32 = 128; constant
|
| /third_party/rust/crates/linux-raw-sys/src/arm/ |
| D | general.rs | 1162 pub const POLLRDBAND: u32 = 128; constant
|
| /third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
| D | general.rs | 1186 pub const POLLRDBAND: u32 = 128; constant
|