| /trueos/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 …]
|
| /trueos/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 …]
|
| /trueos/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()
|
| /trueos/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()
|
| /trueos/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()
|
| /trueos/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 | 1346 options.log_level, 1474 options.log_level = SYSLOG_LEVEL_DEBUG1; 1475 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) 1476 options.log_level++; 1501 options.log_level = SYSLOG_LEVEL_QUIET; 1591 options.log_level == SYSLOG_LEVEL_NOT_SET ? 1592 SYSLOG_LEVEL_INFO : options.log_level, 1891 log_init(__progname, options.log_level, options.log_facility, log_stderr); 1915 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2006 log_init(__progname, options.log_level,
|
| HD | ssh.c | 628 options.log_level = SYSLOG_LEVEL_DEBUG1; in main() 630 if (options.log_level < SYSLOG_LEVEL_DEBUG3) in main() 631 options.log_level++; in main() 679 options.log_level = SYSLOG_LEVEL_QUIET; in main() 894 options.log_level == -1 ? SYSLOG_LEVEL_INFO : options.log_level, in main() 971 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 | 72 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 | 97 LogLevel log_level; /* Level for system logging. */ member
|
| HD | servconf.c | 103 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_server_options() 234 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_server_options() 235 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_server_options() 1261 log_level_ptr = &options->log_level; in process_server_config_line() 2111 dump_cfg_string(sLogLevel, log_level_name(o->log_level)); in dump_config()
|
| HD | readconf.c | 1120 log_level_ptr = &options->log_level; in process_config_line() 1623 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_options() 1786 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_options() 1787 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_options()
|
| /trueos/usr.sbin/nandsim/ |
| HD | sample.conf | 38 log_level=11
|
| /trueos/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()
|
| /trueos/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()
|
| /trueos/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()
|
| /trueos/contrib/subversion/ |
| HD | win-tests.py | 169 log_level = None variable 239 log_level = val variable 798 set_log_level=log_level, ssl_cert=ssl_cert)
|
| /trueos/contrib/subversion/subversion/libsvn_auth_gnome_keyring/ |
| HD | gnome_keyring.c | 413 log_noop(const gchar *log_domain, GLogLevelFlags log_level, in log_noop() argument
|