Searched refs:LOG_MASK (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsyslog.h22 #define LOG_MASK(p) (1 << (p)) macro
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dsyslog.c121 if (!(log_mask & LOG_MASK(priority & 7)) || (priority & ~0x3ff))

Completed in 28 milliseconds