| /freebsd-12.1/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_helper.h | 215 IN osm_log_level_t log_level); 263 IN osm_log_level_t log_level); 301 IN osm_log_level_t log_level); 310 IN osm_log_level_t log_level); 325 IN osm_log_level_t log_level); 332 IN osm_log_level_t log_level); 339 IN osm_log_level_t log_level); 404 IN osm_log_level_t log_level); 421 IN osm_log_level_t log_level); 446 IN osm_log_level_t log_level); [all …]
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_helper.c | 928 IN osm_log_level_t log_level) in osm_dump_port_info() argument 1007 IN osm_log_level_t log_level) in osm_dump_mlnx_ext_port_info() argument 1152 IN osm_log_level_t log_level) in osm_dump_portinfo_record_v2() argument 1210 IN osm_log_level_t log_level) in osm_dump_guid_info() argument 1286 IN osm_log_level_t log_level) in osm_dump_guidinfo_record_v2() argument 1329 IN osm_log_level_t log_level) in osm_dump_node_info() argument 1612 IN osm_log_level_t log_level) in osm_dump_mc_record() argument 1743 IN osm_log_level_t log_level) in osm_dump_service_record_v2() argument 2184 IN osm_log_level_t log_level) in osm_dump_pkey_block() argument 2259 IN osm_log_level_t log_level) in osm_dump_slvl_map_table_v2() argument [all …]
|
| H A D | osm_sa_mcmember_record.c | 92 osm_log_level_t log_level); 1052 osm_log_level_t log_level) in validate_other_comp_fields() argument 1058 OSM_LOG(p_log, log_level, "ERR 1B30: " in validate_other_comp_fields() 1068 OSM_LOG(p_log, log_level, "ERR 1B31: " in validate_other_comp_fields() 1076 OSM_LOG(p_log, log_level, "ERR 1B32: " in validate_other_comp_fields() 1086 OSM_LOG(p_log, log_level, "ERR 1B33: " in validate_other_comp_fields() 1105 OSM_LOG(p_log, log_level, "ERR 1B34: " in validate_other_comp_fields() 1113 OSM_LOG(p_log, log_level, "ERR 1B35: " in validate_other_comp_fields() 1120 OSM_LOG(p_log, log_level, "ERR 1B36: " in validate_other_comp_fields()
|
| /freebsd-12.1/usr.sbin/iscsid/ |
| H A D | log.c | 46 static int log_level = 0; variable 56 log_level = level; in log_init() 197 if (log_level == 0) in log_debugx()
|
| /freebsd-12.1/usr.sbin/ctld/ |
| H A D | log.c | 46 static int log_level = 0; variable 56 log_level = level; in log_init() 197 if (log_level == 0) in log_debugx()
|
| /freebsd-12.1/usr.sbin/autofs/ |
| H A D | log.c | 46 static int log_level = 0; variable 56 log_level = level; in log_init() 197 if (log_level == 0) in log_debugx()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | log.c | 55 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable 111 return log_level; in log_level_get() 354 log_level = new_log_level; in log_change_level() 413 if (level > log_level) in do_log()
|
| H A D | ssh-keyscan.c | 647 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local 695 log_level = SYSLOG_LEVEL_DEBUG1; in main() 697 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main() 698 log_level++; in main() 750 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
|
| H A D | sshd.c | 1327 options.log_level, 1563 options.log_level = SYSLOG_LEVEL_DEBUG1; 1564 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) 1565 options.log_level++; 1590 options.log_level = SYSLOG_LEVEL_QUIET; 1673 options.log_level == SYSLOG_LEVEL_NOT_SET ? 1674 SYSLOG_LEVEL_INFO : options.log_level, 1951 log_init(__progname, options.log_level, options.log_facility, log_stderr); 1967 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2055 log_init(__progname, options.log_level,
|
| H A D | ssh-pkcs11-helper.c | 297 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local 309 log_init(__progname, log_level, log_facility, log_stderr); in main()
|
| H A D | ssh.c | 801 options.log_level = SYSLOG_LEVEL_DEBUG1; in main() 803 if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main() 805 options.log_level++; in main() 850 options.log_level = SYSLOG_LEVEL_QUIET; in main() 1073 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main() 1074 SYSLOG_LEVEL_INFO : options.log_level, in main() 1234 log_init(argv0, options.log_level, options.log_facility, !use_syslog); in main()
|
| H A D | readconf.h | 57 LogLevel log_level; /* Level for logging. */ member
|
| H A D | clientloop.c | 669 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm() 1046 if (ch == 'V' && options.log_level > in process_escapes() 1048 log_change_level(--options.log_level); in process_escapes() 1049 if (ch == 'v' && options.log_level < in process_escapes() 1051 log_change_level(++options.log_level); in process_escapes() 1055 log_level_name(options.log_level))) != 0) in process_escapes() 1435 if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) { in client_loop()
|
| H A D | ssh-keygen.c | 90 int log_level = SYSLOG_LEVEL_INFO; variable 822 if (log_level >= SYSLOG_LEVEL_VERBOSE) in do_download() 870 if (log_level >= SYSLOG_LEVEL_VERBOSE) in fingerprint_one_key() 2550 if (log_level == SYSLOG_LEVEL_INFO) in main() 2551 log_level = SYSLOG_LEVEL_DEBUG1; in main() 2553 if (log_level >= SYSLOG_LEVEL_DEBUG1 && in main() 2554 log_level < SYSLOG_LEVEL_DEBUG3) in main() 2555 log_level++; in main() 2628 log_init(argv[0], log_level, SYSLOG_FACILITY_USER, 1); in main()
|
| H A D | sftp-server.c | 55 static LogLevel log_level = SYSLOG_LEVEL_ERROR; variable 517 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status() 1514 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main() 1546 log_level = log_level_number(optarg); in sftp_server_main() 1547 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main() 1587 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
|
| H A D | servconf.h | 108 LogLevel log_level; /* Level for system logging. */ member
|
| H A D | servconf.c | 117 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_server_options() 329 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_server_options() 330 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_server_options() 1631 log_level_ptr = &options->log_level; in process_server_config_line() 2311 M_CP_INTOPT(log_level); in copy_set_server_options() 2637 dump_cfg_string(sLogLevel, log_level_name(o->log_level)); in dump_config()
|
| /freebsd-12.1/usr.sbin/nandsim/ |
| H A D | sample.conf | 38 log_level=11
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | serf.c | 169 apr_int64_t log_level; in load_config() local 259 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 326 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 329 log_level)); in load_config() 341 (apr_uint32_t)log_level, in load_config()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bss_log.c | 134 int log_level; in slg_write() member 209 priority = mapping[i].log_level; in slg_write()
|
| /freebsd-12.1/sys/netgraph/atm/ccatm/ |
| H A D | 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()
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nandsim.h | 60 uint8_t log_level; member
|
| H A D | nandsim.c | 154 nand_debug(NDBG_SIM,"log level:%d output %d", param->log_level, in nandsim_init_sim_param() 156 nandsim_log_level = param->log_level; in nandsim_init_sim_param()
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | win-tests.py | 186 log_level = None variable 206 log_level = logging.DEBUG variable 276 log_level = getattr(logging, val, None) or int(val) variable 1113 opts.set_log_level = log_level
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_auth_gnome_keyring/ |
| H A D | gnome_keyring.c | 395 log_noop(const gchar *log_domain, GLogLevelFlags log_level, in log_noop() argument
|