Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsyslog.h36 #define LOG_LPR (6<<3) /* line printer subsystem */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.h67 #define LOG_LPR (6<<LOG_PRIBITS) /* line printer */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java69 private static final int LOG_LPR = 6 << 3; field in Facility