Home
last modified time | relevance | path

Searched refs:LOG_MASK (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dsyslog_h.c58 #if !defined(LOG_MASK) in syslog_h()
59 #error LOG_MASK in syslog_h()
/bionic/libc/bionic/
Dsyslog.cpp53 if ((syslog_priority_mask & LOG_MASK(LOG_PRI(priority))) == 0) { in vsyslog()
/bionic/libc/include/
Dsyslog.h107 #define LOG_MASK(pri) (1 << (pri)) macro