Searched defs:LOG_UPTO (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/sys/
H A Dsyslog.h183 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsyslog.h57 #define LOG_UPTO(s) ((1<<((s)+1))-1)/* up to and including s */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsyslog.h202 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */ macro

Completed in 79 milliseconds