| /NextBSD/contrib/ofed/management/opensm/include/opensm/ |
| HD | osm_helper.h | 185 IN const osm_log_level_t log_level); 217 IN const osm_log_level_t log_level); 222 IN const osm_log_level_t log_level); 227 IN const osm_log_level_t log_level); 232 IN const osm_log_level_t log_level); 237 IN const osm_log_level_t log_level); 242 IN const osm_log_level_t log_level); 247 IN const osm_log_level_t log_level); 252 IN const osm_log_level_t log_level); 257 IN const osm_log_level_t log_level); [all …]
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_helper.c | 777 IN const osm_log_level_t log_level) in osm_dump_port_info() argument 779 if (osm_log_is_active(p_log, log_level)) { in osm_dump_port_info() 782 osm_log(p_log, log_level, in osm_dump_port_info() 853 osm_log(p_log, log_level, "%s", buf); in osm_dump_port_info() 863 IN const osm_log_level_t log_level) in osm_dump_portinfo_record() argument 865 if (osm_log_is_active(p_log, log_level)) { in osm_dump_portinfo_record() 869 osm_log(p_log, log_level, in osm_dump_portinfo_record() 940 osm_log(p_log, log_level, "%s", buf); in osm_dump_portinfo_record() 950 IN const osm_log_level_t log_level) in osm_dump_guidinfo_record() argument 952 if (osm_log_is_active(p_log, log_level)) { in osm_dump_guidinfo_record() [all …]
|
| /NextBSD/usr.sbin/iscsid/ |
| HD | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /NextBSD/usr.sbin/ctld/ |
| HD | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /NextBSD/usr.sbin/autofs/ |
| HD | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /NextBSD/crypto/openssh/ |
| HD | log.c | 56 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable 259 log_level = level; in log_init() 395 if (level > log_level) in do_log()
|
| HD | ssh-keyscan.c | 617 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local 658 log_level = SYSLOG_LEVEL_DEBUG1; in main() 660 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main() 661 log_level++; in main() 711 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
|
| HD | sshd.c | 1345 options.log_level, 1473 options.log_level = SYSLOG_LEVEL_DEBUG1; 1474 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) 1475 options.log_level++; 1500 options.log_level = SYSLOG_LEVEL_QUIET; 1590 options.log_level == SYSLOG_LEVEL_NOT_SET ? 1591 SYSLOG_LEVEL_INFO : options.log_level, 1890 log_init(__progname, options.log_level, options.log_facility, log_stderr); 1914 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2005 log_init(__progname, options.log_level,
|
| HD | ssh.c | 627 options.log_level = SYSLOG_LEVEL_DEBUG1; in main() 629 if (options.log_level < SYSLOG_LEVEL_DEBUG3) in main() 630 options.log_level++; in main() 678 options.log_level = SYSLOG_LEVEL_QUIET; in main() 884 options.log_level == -1 ? SYSLOG_LEVEL_INFO : options.log_level, in main() 961 log_init(argv0, options.log_level, SYSLOG_FACILITY_USER, !use_syslog); in main()
|
| HD | ssh-pkcs11-helper.c | 274 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local 285 log_init(__progname, log_level, log_facility, log_stderr); in main()
|
| HD | ssh-keygen.c | 77 int log_level = SYSLOG_LEVEL_INFO; variable 763 if (log_level >= SYSLOG_LEVEL_VERBOSE) in do_download() 807 if (log_level >= SYSLOG_LEVEL_VERBOSE) in do_fingerprint() 873 if (log_level >= SYSLOG_LEVEL_VERBOSE) in do_fingerprint() 997 if (log_level >= SYSLOG_LEVEL_VERBOSE) in printhost() 2382 if (log_level == SYSLOG_LEVEL_INFO) in main() 2383 log_level = SYSLOG_LEVEL_DEBUG1; in main() 2385 if (log_level >= SYSLOG_LEVEL_DEBUG1 && in main() 2386 log_level < SYSLOG_LEVEL_DEBUG3) in main() 2387 log_level++; in main() [all …]
|
| HD | sftp-server.0 | 7 sftp-server [-ehR] [-d start_directory] [-f log_facility] [-l log_level] 43 -l log_level
|
| HD | clientloop.c | 787 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm() 1187 if (ch == 'V' && options.log_level > in process_escapes() 1189 log_change_level(--options.log_level); in process_escapes() 1190 if (ch == 'v' && options.log_level < in process_escapes() 1192 log_change_level(++options.log_level); in process_escapes() 1195 log_level_name(options.log_level)); in process_escapes() 1710 if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) { in client_loop()
|
| HD | readconf.h | 71 LogLevel log_level; /* Level for logging. */ member
|
| HD | sftp-server.c | 61 static LogLevel log_level = SYSLOG_LEVEL_ERROR; variable 526 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status() 1453 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main() 1485 log_level = log_level_number(optarg); in sftp_server_main() 1486 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main() 1524 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
|
| HD | servconf.h | 96 LogLevel log_level; /* Level for system logging. */ member
|
| HD | servconf.c | 102 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_server_options() 230 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_server_options() 231 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_server_options() 1251 log_level_ptr = &options->log_level; in process_server_config_line() 2095 dump_cfg_string(sLogLevel, log_level_name(o->log_level)); in dump_config()
|
| /NextBSD/usr.sbin/nandsim/ |
| HD | sample.conf | 38 log_level=11
|
| /NextBSD/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | serf.c | 163 apr_int64_t log_level; in load_config() local 252 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 319 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 322 log_level)); in load_config() 334 (apr_uint32_t)log_level, in load_config()
|
| /NextBSD/crypto/openssl/crypto/bio/ |
| HD | bss_log.c | 177 int log_level; in slg_write() member 251 priority = mapping[i].log_level; in slg_write()
|
| /NextBSD/sys/netgraph/atm/ccatm/ |
| HD | ng_ccatm.c | 679 uint32_t log_level; in ng_ccatm_rcvmsg() local 681 log_level = cc_get_log(priv->data); in ng_ccatm_rcvmsg() 683 if (msg->header.arglen != sizeof(log_level)) { in ng_ccatm_rcvmsg() 694 cc_set_log(priv->data, log_level); in ng_ccatm_rcvmsg() 697 *(uint32_t *)resp->data = log_level; in ng_ccatm_rcvmsg()
|
| /NextBSD/sys/dev/nand/ |
| HD | nandsim.h | 58 uint8_t log_level; member
|
| HD | nandsim.c | 151 nand_debug(NDBG_SIM,"log level:%d output %d", param->log_level, in nandsim_init_sim_param() 153 nandsim_log_level = param->log_level; in nandsim_init_sim_param()
|
| /NextBSD/contrib/subversion/ |
| HD | win-tests.py | 165 log_level = None variable 177 log_level = logging.DEBUG variable 239 log_level = getattr(logging, val, None) or int(val) variable 938 opts.set_log_level = log_level
|
| /NextBSD/contrib/subversion/subversion/libsvn_auth_gnome_keyring/ |
| HD | gnome_keyring.c | 291 log_noop(const gchar *log_domain, GLogLevelFlags log_level, in log_noop() argument
|