Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.h33 #define LOG_FACBITS 7 /* facility bits */ macro
36 #define LOG_FACMASK (((1<<LOG_FACBITS)-1)<<LOG_PRIBITS)
39 #define LOG_FAC(p) (((p)>>LOG_PRIBITS)&((1<<LOG_FACBITS)-1))