Home
last modified time | relevance | path

Searched refs:LOG_FACMASK (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h49 #define LOG_FACMASK 0x3f8 macro
50 #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h49 #define LOG_FACMASK 0x3f8 macro
50 #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h49 #define LOG_FACMASK 0x3f8 macro
50 #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
/third_party/musl/include/
H A Dsyslog.h49 #define LOG_FACMASK 0x3f8 macro
50 #define LOG_FAC(p) (((p)&LOG_FACMASK)>>3)
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c102 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
/third_party/musl/src/misc/
H A Dsyslog.c103 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
/third_party/eudev/src/shared/
H A Dlog.c413 if ((level & LOG_FACMASK) == 0) in log_dispatch()
/third_party/toybox/toys/pending/
H A Dsyslogd.c349 facstr = dec(pri & LOG_FACMASK, facilitynames, facbuf); in logmsg()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs291 pub const LOG_FACMASK: ::c_int = 0x3f8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1378 pub const LOG_FACMASK: ::c_int = 0x3f8; consts

Completed in 21 milliseconds