Searched defs:logging (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dlog.c309 static int logging = 0; variable
319 logging = 1;
321 logging = 0;
323 if (! enabled && logging) {
/illumos-gate/usr/src/cmd/prtdiag/
H A Dmain.c59 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 DSysloglikeFormatter.java28 package com.sun.solaris.service.logging;
34 import java.util.logging.Formatter;
35 import java.util.logging.LogRecord;
H A DSeverity.java29 package com.sun.solaris.service.logging;
32 import java.util.logging.*;
172 * logging level, and name.
H A DSyslogHandler.java29 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 DFacility.java29 package com.sun.solaris.service.logging;
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c58 int logging = 0; variable
90 logging = log_flag;
H A Dpdevinfo_sun4v.c57 int logging = 0; variable
98 logging = log_flag;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c95 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 Dypxfr.c138 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 Dmpd_main.c2716 * 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 Dmain.c2097 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 Din.rdisc.c211 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 101 milliseconds