HomeSort by relevance Sort by last modified time
    Searched defs:LOG_LPR (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
syslog.h 21 #define LOG_LPR (6<<3) /* line printer subsystem */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
syslog.h 23 #define LOG_LPR (6<<3) /* line printer subsystem */
  /onnv/onnv-gate/usr/src/uts/common/sys/
syslog.h 37 #define LOG_LPR (6<<3) /* line printer subsystem */
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
Facility.java 67 * LOG_LPR from <code>sys/syslog.h</code>
69 private static final int LOG_LPR = 6 << 3;
159 * LOG_LPR <code>syslog(3C)</code> facility
161 public static final Facility LPR = new Facility(LOG_LPR, "LPR");

Completed in 360 milliseconds