Home
last modified time | relevance | path

Searched defs:LOG_NDELAY (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1452 pub const LOG_NDELAY: ::c_int = 8 << 12; constant
/third_party/rust/crates/libc/src/unix/
Dmod.rs286 pub const LOG_NDELAY: ::c_int = 0x08; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1374 pub const LOG_NDELAY: ::c_int = 0x08; constant