HomeSort by: relevance | last modified time | path
    Searched refs:log_level (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/bsd/kyua-cli/dist/utils/logging/
operations.cpp 83 static logging::level log_level = logging::level_debug; member in namespace:__anon6997
173 if (message_level > log_level)
222 log_level = level_debug;
224 log_level = level_error;
226 log_level = level_info;
228 log_level = level_warning;
238 if ((*iter).first <= log_level)
  /src/external/bsd/tmux/dist/
log.c 30 static int log_level; variable
43 log_level++;
50 return (log_level);
59 if (log_level == 0)
77 if (log_level == 0) {
78 log_level = 1;
83 log_level = 0;
  /src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c 164 static int log_level[] = { local
174 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0])))
178 syslog(msg_syslog_facility | log_level[level], "%.*s",
181 syslog(msg_syslog_facility | log_level[level], "%s: %.*s",
msg_logger.c 179 static int log_level[] = { local
222 if (level < 0 || level >= (int) (sizeof(log_level) / sizeof(log_level[0])))
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
log.h 45 static int log_level = 0; local
46 return log_level;
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
log.h 45 static int log_level = 0; local
46 return log_level;
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11-helper.c 218 LogLevel log_level = SYSLOG_LEVEL_ERROR; local
225 log_init(__progname, log_level, log_facility, log_stderr);
231 if (log_level == SYSLOG_LEVEL_ERROR)
232 log_level = SYSLOG_LEVEL_DEBUG1;
233 else if (log_level < SYSLOG_LEVEL_DEBUG3)
234 log_level++;
242 log_init(__progname, log_level, log_facility, log_stderr);
ssh-sk-helper.c 295 LogLevel log_level = SYSLOG_LEVEL_ERROR; local
302 log_init(__progname, log_level, log_facility, log_stderr);
308 if (log_level == SYSLOG_LEVEL_ERROR)
309 log_level = SYSLOG_LEVEL_DEBUG1;
310 else if (log_level < SYSLOG_LEVEL_DEBUG3)
311 log_level++;
318 log_init(__progname, log_level, log_facility, vflag);
sshd-auth.c 490 options.log_level = SYSLOG_LEVEL_DEBUG1;
491 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3)
492 options.log_level++;
512 options.log_level = SYSLOG_LEVEL_QUIET;
581 options.log_level == SYSLOG_LEVEL_NOT_SET ?
582 SYSLOG_LEVEL_INFO : options.log_level,
639 log_init(__progname, options.log_level, options.log_facility, 1);
679 log_init(__progname, options.log_level, options.log_facility, 1);
log.c 58 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable
109 return log_level;
265 log_level = new_log_level;
323 if (!force && level > log_level)
433 if (nlog_verbose == 0 && level > log_level)
sshd-session.c 833 options.log_level = SYSLOG_LEVEL_DEBUG1;
834 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3)
835 options.log_level++;
859 options.log_level = SYSLOG_LEVEL_QUIET;
966 options.log_level == SYSLOG_LEVEL_NOT_SET ?
967 SYSLOG_LEVEL_INFO : options.log_level,
983 log_init(__progname, options.log_level, options.log_facility,
1079 log_init(__progname, options.log_level,
1085 log_init(__progname, options.log_level, options.log_facility, log_stderr);
ssh-keyscan.c 640 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; local
685 log_level = SYSLOG_LEVEL_DEBUG1;
687 else if (log_level < SYSLOG_LEVEL_DEBUG3)
688 log_level++;
750 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1);
ssh-add.c 821 LogLevel log_level = SYSLOG_LEVEL_INFO; local
829 log_init(__progname, log_level, log_facility, 1);
851 if (log_level == SYSLOG_LEVEL_INFO)
852 log_level = SYSLOG_LEVEL_DEBUG1;
853 else if (log_level < SYSLOG_LEVEL_DEBUG3)
854 log_level++;
937 log_init(__progname, log_level, log_facility, 1);
sshd.c 1206 options.log_level,
1343 options.log_level = SYSLOG_LEVEL_DEBUG1;
1344 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3)
1345 options.log_level++;
1372 options.log_level = SYSLOG_LEVEL_QUIET;
1468 options.log_level == SYSLOG_LEVEL_NOT_SET ?
1469 SYSLOG_LEVEL_INFO : options.log_level,
1750 log_init(__progname, options.log_level,
1769 log_init(__progname, options.log_level, options.log_facility, log_stderr);
readconf.h 71 LogLevel log_level; /* Level for logging. */ member in struct:__anon181
  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_server_scan.c 95 VSTRING *log_level = vstring_alloc(25); local
118 RECV_ATTR_STR(TLS_ATTR_LOG_LEVEL, log_level),
140 props->log_level = vstring_export(log_level);
170 myfree((void *) props->log_level);
tls_proxy_server_print.c 78 STRING_OR_EMPTY(props->log_level)),
tls_proxy_client_scan.c 233 myfree((void *) props->log_level);
257 VSTRING *log_level = vstring_alloc(25); local
279 RECV_ATTR_STR(TLS_ATTR_LOG_LEVEL, log_level),
295 props->log_level = vstring_export(log_level);
  /src/usr.sbin/autofs/
log.c 50 static int log_level = 0; variable
60 log_level = level;
202 if (log_level == 0)
  /src/external/mpl/bind/dist/bin/named/
control.c 78 int log_level; local
122 log_level = ISC_LOG_DEBUG(1);
124 log_level = ISC_LOG_INFO;
140 NAMED_LOGMODULE_CONTROL, log_level,
149 NAMED_LOGMODULE_CONTROL, log_level,
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c 135 int log_level; member in struct:__anon52
170 priority = mapping[i].log_level;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c 133 int log_level; member in struct:__anon1175
210 priority = mapping[i].log_level;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c 134 int log_level; member in struct:__anon1829
209 priority = mapping[i].log_level;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c 816 name2ipkey(int log_level, const dns_rpz_zones_t *rpzs, dns_rpz_num_t rpz_num,
846 badname(log_level, src_name, "; too short", "");
861 badname(log_level, src_name, "; invalid leading prefix length",
871 badname(log_level, src_name, "; invalid prefix length of ",
883 badname(log_level, src_name,
899 badname(log_level, src_name,
932 badname(log_level, src_name,
947 badname(log_level, src_name, "", "");
961 badname(log_level, src_name,
972 if (log_level < DNS_RPZ_DEBUG_QUIET &
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rpz.c 865 name2ipkey(int log_level, dns_rpz_zone_t *rpz, dns_rpz_type_t rpz_type,
892 badname(log_level, src_name, "; too short", "");
907 badname(log_level, src_name, "; invalid leading prefix length",
914 badname(log_level, src_name, "; invalid prefix length of ",
927 badname(log_level, src_name,
943 badname(log_level, src_name,
976 badname(log_level, src_name,
991 badname(log_level, src_name, "", "");
1006 badname(log_level, src_name,
1017 if (log_level < DNS_RPZ_DEBUG_QUIET &
    [all...]

Completed in 88 milliseconds

1 2 3