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

  /onnv/onnv-gate/usr/src/cmd/prtdiag/
main.c 63 int logging = 0; local
82 logging = 1;
91 return (do_prominfo(syserrlog, progname, logging, print_flag));
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
log.c 309 static int logging = 0; variable
319 logging = 1;
321 logging = 0;
323 if (! enabled && logging) {
  /onnv/onnv-gate/usr/src/lib/libprtdiag/common/
pdevinfo_sun4u.c 58 int logging = 0; variable
90 logging = log_flag;
pdevinfo_sun4v.c 57 int logging = 0; variable
98 logging = log_flag;
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
Severity.java 29 package com.sun.solaris.service.logging;
32 import java.util.logging.*;
172 * logging level, and name.
SyslogHandler.java 29 package com.sun.solaris.service.logging;
33 import java.util.logging.Formatter;
34 import java.util.logging.Handler;
35 import java.util.logging.LogRecord;
75 * Default logging option value. Sets no options. (Corresponds
SysloglikeFormatter.java 28 package com.sun.solaris.service.logging;
34 import java.util.logging.Formatter;
35 import java.util.logging.LogRecord;
Facility.java 29 package com.sun.solaris.service.logging;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
ncaconfd.c 95 static boolean_t logging; variable
129 if (logging) {
148 if (logging) {
168 if (logging) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypxfr.c 141 bool logging = FALSE; /* TRUE iff no tty, but log file exists */ variable
317 if (logging) {
329 * whether we're supposed to be logging or not. If we are logging, it sets
330 * up stderr to point to the log file, and sets the "logging"
331 * variable. If there's no logging, the output goes in the bit bucket.
332 * Logging output differs from interactive output in the presence of a
344 logging = TRUE;
349 * This constructs a logging record.
358 if (logging) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
main.c 2094 static boolean_t logging = _B_FALSE; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
in.rdisc.c 211 char *sendaddress, *recvaddress; /* For logging purposes only */
2229 static int logging = 0; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
mpd_main.c 2739 static int logging = 0; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpd.c 298 int logging = 0; variable
401 /* Access control and logging passwords */
411 /* File transfer logging (xferlog) */
752 logging = 1;
    [all...]

Completed in 2760 milliseconds