/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_helper.h | 215 IN osm_log_level_t log_level); 221 IN osm_log_level_t log_level); 263 IN osm_log_level_t log_level); 269 IN osm_log_level_t log_level); 301 IN osm_log_level_t log_level); 307 IN osm_log_level_t log_level); 310 IN osm_log_level_t log_level); 313 IN const int file_id, IN osm_log_level_t log_level); 317 IN osm_log_level_t log_level); 321 IN const int file_id, IN osm_log_level_t log_level); [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_helper.c | 928 IN osm_log_level_t log_level) in osm_dump_port_info() argument 930 if (osm_log_is_active(p_log, log_level)) { in osm_dump_port_info() 936 osm_log(p_log, log_level, "%s", buf); in osm_dump_port_info() 942 osm_log(p_log, log_level, "%s", buf); in osm_dump_port_info() 948 osm_log(p_log, log_level, "%s", buf); in osm_dump_port_info() 956 IN osm_log_level_t log_level) in osm_dump_port_info_v2() argument 958 if (osm_log_is_active_v2(p_log, log_level, file_id)) { in osm_dump_port_info_v2() 964 osm_log_v2(p_log, log_level, file_id, "%s", buf); in osm_dump_port_info_v2() 970 osm_log_v2(p_log, log_level, file_id, "%s", buf); in osm_dump_port_info_v2() 976 osm_log(p_log, log_level, "%s", buf); in osm_dump_port_info_v2() [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/sys/dev/ice/ |
H A D | ice_fw_logging.c | 281 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 in ice_sysctl_fwlog_module_log_severity() [all...] |
H A D | ice_fwlog.c | 77 if (entry->log_level >= ICE_FWLOG_LEVEL_INVALID) { in valid_module_entries() 78 ice_debug(hw, ICE_DBG_FW_LOG, "Invalid log_level %u, max valid log_level is %u\n", in valid_module_entries() 79 entry->log_level, in valid_module_entries() 161 fw_modules[i].log_level = entries[i].log_level; in ice_aq_fwlog_set() 253 cached->log_level = updated->log_level; in update_cached_entries() 421 cfg->module_entries[i].log_level = fw_module->log_level; in ice_aq_fwlog_get() [all...] |
H A D | ice_strings.c | 705 * @log_level: the log level to convert 711 _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 D | ice_fwlog.h | 55 u8 log_level; member
|
H A D | ice_lib.h | 819 struct ice_str_buf _ice_log_sev_str(u8 log_level); 834 #define ice_log_sev_str(log_level) _ice_log_sev_str(log_level).str argument
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | operations.cpp | 96 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 D | ssh-pkcs11-helper.c | 325 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 D | ssh-sk-helper.c | 277 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 D | log.c | 56 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() 475 if (nlog_verbose == 0 && level > log_level) in sshlogv()
|
H A D | ssh-add.c | 819 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 D | ssh-keyscan.c | 720 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 D | sshd.c | 1404 options.log_level, 1676 options.log_level = SYSLOG_LEVEL_DEBUG1; 1677 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) 1678 options.log_level++; 1706 options.log_level = SYSLOG_LEVEL_QUIET; 1790 options.log_level == SYSLOG_LEVEL_NOT_SET ? 1791 SYSLOG_LEVEL_INFO : options.log_level, 2101 log_init(__progname, options.log_level, 2120 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2206 log_init(__progname, options.log_level,
|
H A D | ssh.c | 921 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 D | readconf.h | 56 LogLevel log_level; /* Level for logging. */ member
|
H A D | scp.c | 161 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 D | servconf.h | 119 LogLevel log_level; /* Level for system logging. */ member
|
H A D | clientloop.c | 831 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm() 1268 if (ch == 'V' && options.log_level > in process_escapes() 1270 log_change_level(--options.log_level); in process_escapes() 1271 if (ch == 'v' && options.log_level < in process_escapes() 1273 log_change_level(++options.log_level); in process_escapes() 1277 log_level_name(options.log_level))) != 0) in process_escapes() 1672 if (have_pty && options.log_level >= SYSLOG_LEVEL_INFO) in client_loop()
|
H A D | sftp-server.c | 66 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/usr.sbin/autofs/ |
H A D | log.c | 43 static int log_level = 0; variable 53 log_level = level; in log_init() 194 if (log_level == 0) in log_debugx()
|
/freebsd/lib/libiscsiutil/ |
H A D | log.c | 41 static int log_level = 0; variable 51 log_level = level; in log_init() 214 if (log_level == 0) in log_debugx()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-linux.c | 182 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 D | bss_log.c | 133 int log_level; in slg_write() member 210 priority = mapping[i].log_level; in slg_write()
|