Home
last modified time | relevance | path

Searched refs:log_level (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h215 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/contrib/ofed/opensm/opensm/
H A Dosm_helper.c928 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 Dosm_sa_mcmember_record.c92 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/sys/dev/ice/
H A Dice_fw_logging.c281 u8 log_level; in ice_sysctl_fwlog_module_log_severity() local
285 log_level = cfg->module_entries[module].log_level; in ice_sysctl_fwlog_module_log_severity()
287 sbuf_printf(sbuf, "%d<%s>", log_level, ice_log_sev_str(log_level)); in ice_sysctl_fwlog_module_log_severity()
296 log_level = ICE_FWLOG_LEVEL_VERBOSE; in ice_sysctl_fwlog_module_log_severity()
299 log_level = ICE_FWLOG_LEVEL_NORMAL; in ice_sysctl_fwlog_module_log_severity()
302 log_level = ICE_FWLOG_LEVEL_WARNING; in ice_sysctl_fwlog_module_log_severity()
305 log_level = ICE_FWLOG_LEVEL_ERROR; in ice_sysctl_fwlog_module_log_severity()
308 log_level = ICE_FWLOG_LEVEL_NONE; in ice_sysctl_fwlog_module_log_severity()
318 log_level = ll_num; in ice_sysctl_fwlog_module_log_severity()
327 cfg->module_entries[module].log_level = log_level; in ice_sysctl_fwlog_module_log_severity()
[all …]
H A Dice_fwlog.c76 if (entry->log_level >= ICE_FWLOG_LEVEL_INVALID) { in valid_module_entries()
78 entry->log_level, in valid_module_entries()
160 fw_modules[i].log_level = entries[i].log_level; in ice_aq_fwlog_set()
252 cached->log_level = updated->log_level; in update_cached_entries()
420 cfg->module_entries[i].log_level = fw_module->log_level; in ice_aq_fwlog_get()
H A Dice_strings.c711 _ice_log_sev_str(u8 log_level) in _ice_log_sev_str() argument
716 switch (log_level) { in _ice_log_sev_str()
739 snprintf(buf.str, ICE_STR_BUF_LEN, "%u", log_level); in _ice_log_sev_str()
H A Dice_fwlog.h55 u8 log_level; member
H A Dice_lib.h719 struct ice_str_buf _ice_log_sev_str(u8 log_level);
734 #define ice_log_sev_str(log_level) _ice_log_sev_str(log_level).str argument
/freebsd/contrib/kyua/utils/logging/
H A Doperations.cpp96 logging::level log_level; member
111 log_level(logging::level_debug), in global_state()
217 if (message_level > globals->log_level) in log()
279 globals->log_level = level_debug; in set_persistency()
281 globals->log_level = level_error; in set_persistency()
283 globals->log_level = level_info; in set_persistency()
285 globals->log_level = level_warning; in set_persistency()
298 if ((*iter).first <= globals->log_level) in set_persistency()
/freebsd/crypto/openssh/
H A Dssh-pkcs11-helper.c325 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local
334 log_init(__progname, log_level, log_facility, log_stderr); in main()
340 if (log_level == SYSLOG_LEVEL_ERROR) in main()
341 log_level = SYSLOG_LEVEL_DEBUG1; in main()
342 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
343 log_level++; in main()
351 log_init(__progname, log_level, log_facility, log_stderr); in main()
H A Dssh-sk-helper.c277 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local
284 log_init(__progname, log_level, log_facility, log_stderr); in main()
290 if (log_level == SYSLOG_LEVEL_ERROR) in main()
291 log_level = SYSLOG_LEVEL_DEBUG1; in main()
292 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
293 log_level++; in main()
300 log_init(__progname, log_level, log_facility, vflag); in main()
H A Dlog.c56 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable
114 return log_level; in log_level_get()
292 log_level = new_log_level; in log_change_level()
351 if (!force && level > log_level) in do_log()
473 if (nlog_verbose == 0 && level > log_level) in sshlogv()
H A Dssh-add.c819 LogLevel log_level = SYSLOG_LEVEL_INFO; in main() local
830 log_init(__progname, log_level, log_facility, 1); in main()
852 if (log_level == SYSLOG_LEVEL_INFO) in main()
853 log_level = SYSLOG_LEVEL_DEBUG1; in main()
854 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
855 log_level++; in main()
944 log_init(__progname, log_level, log_facility, 1); in main()
H A Dssh-keyscan.c720 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local
767 log_level = SYSLOG_LEVEL_DEBUG1; in main()
769 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
770 log_level++; in main()
837 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
H A Dsshd.c1406 options.log_level,
1678 options.log_level = SYSLOG_LEVEL_DEBUG1;
1679 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3)
1680 options.log_level++;
1708 options.log_level = SYSLOG_LEVEL_QUIET;
1792 options.log_level == SYSLOG_LEVEL_NOT_SET ?
1793 SYSLOG_LEVEL_INFO : options.log_level,
2103 log_init(__progname, options.log_level,
2122 log_init(__progname, options.log_level, options.log_facility, log_stderr);
2208 log_init(__progname, options.log_level,
H A Dreadconf.h56 LogLevel log_level; /* Level for logging. */ member
H A Dssh.c921 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
923 if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main()
925 options.log_level++; in main()
965 options.log_level = SYSLOG_LEVEL_QUIET; in main()
1198 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
1199 SYSLOG_LEVEL_INFO : options.log_level, in main()
1371 } else if (options.log_level < SYSLOG_LEVEL_INFO) { in main()
1390 log_init(argv0, options.log_level, options.log_facility, !use_syslog); in main()
H A Dservconf.h119 LogLevel log_level; /* Level for system logging. */ member
H A Dscp.c161 LogLevel log_level = SYSLOG_LEVEL_INFO; variable
495 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
580 log_level = SYSLOG_LEVEL_DEBUG1; in main()
581 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
582 log_level++; in main()
641 log_init(argv0, log_level, SYSLOG_FACILITY_USER, 2); in main()
H A Dclientloop.c830 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm()
1267 if (ch == 'V' && options.log_level > in process_escapes()
1269 log_change_level(--options.log_level); in process_escapes()
1270 if (ch == 'v' && options.log_level < in process_escapes()
1272 log_change_level(++options.log_level); in process_escapes()
1276 log_level_name(options.log_level))) != 0) in process_escapes()
1671 if (have_pty && options.log_level >= SYSLOG_LEVEL_INFO) in client_loop()
H A Dsftp-server.c66 static LogLevel log_level = SYSLOG_LEVEL_ERROR; variable
555 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status_errmsg()
1914 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
1946 log_level = log_level_number(optarg); in sftp_server_main()
1947 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main()
1987 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
/freebsd/lib/libiscsiutil/
H A Dlog.c41 static int log_level = 0; variable
51 log_level = level; in log_init()
192 if (log_level == 0) in log_debugx()
/freebsd/usr.sbin/autofs/
H A Dlog.c43 static int log_level = 0; variable
53 log_level = level; in log_init()
194 if (log_level == 0) in log_debugx()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c182 LogLevel log_level = SYSLOG_LEVEL_INFO; in ssh_selinux_change_context() local
204 log_level = SYSLOG_LEVEL_DEBUG3; in ssh_selinux_change_context()
212 do_log2_f(log_level, "setcon %s from %s failed with %s", in ssh_selinux_change_context()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c133 int log_level; in slg_write() member
210 priority = mapping[i].log_level; in slg_write()

12