Home
last modified time | relevance | path

Searched defs:LOG_LOCAL5 (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/
H A Dsyslog.h51 #define LOG_LOCAL5 (21<<3) /* reserved for local use */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.h78 #define LOG_LOCAL5 (21<<LOG_PRIBITS) /* reserved for local use */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java114 private static final int LOG_LOCAL5 = 21 << 3; field in Facility