Searched defs:logging (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | log.c | 309 static int logging = 0; variable 319 logging = 1; 321 logging = 0; 323 if (! enabled && logging) {
|
/illumos-gate/usr/src/cmd/prtdiag/ |
H A D | main.c | 59 int logging = 0; local 78 logging = 1; 87 return (do_prominfo(syserrlog, progname, logging, print_flag));
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SysloglikeFormatter.java | 28 package com.sun.solaris.service.logging; 34 import java.util.logging.Formatter; 35 import java.util.logging.LogRecord;
|
H A D | Severity.java | 29 package com.sun.solaris.service.logging; 32 import java.util.logging.*; 172 * logging level, and name.
|
H A D | 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
|
H A D | Facility.java | 29 package com.sun.solaris.service.logging;
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_sun4u.c | 58 int logging = 0; variable 90 logging = log_flag;
|
H A D | pdevinfo_sun4v.c | 57 int logging = 0; variable 98 logging = log_flag;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 95 static boolean_t logging; variable 129 if (logging) { 148 if (logging) { 168 if (logging) { 1363 logging = B_TRUE; 1397 if (logging)
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfr.c | 138 bool logging = FALSE; /* TRUE iff no tty, but log file exists */ variable 314 if (logging) { 326 * whether we're supposed to be logging or not. If we are logging, it sets 327 * up stderr to point to the log file, and sets the "logging" 328 * variable. If there's no logging, the output goes in the bit bucket. 341 logging = TRUE; 346 * This constructs a logging record. 355 if (logging) { 782 if (!logging) { [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2716 * running in the foreground, in which case the logging goes to stderr. 2734 * NOTE: since the logging functions write to syslog, the messages passed 2739 static int logging = 0; variable 2744 logging++; 2756 if (logging) 2767 if (logging) 2776 if (logging) { 2791 if (logging) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 2097 static boolean_t logging = _B_FALSE; variable 2102 logging = _B_TRUE; 2127 if (logging) { 2139 if (logging) { 2150 if (logging) { 2163 if (logging) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 211 char *sendaddress, *recvaddress; /* For logging purposes only */ 2229 static int logging = 0; variable 2234 logging++; 2243 if (logging) 2254 if (logging) 2265 if (logging) 2275 if (logging)
|
Completed in 116 milliseconds