| /freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/ |
| D | 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 …]
|
| /freebsd-10-stable/contrib/ofed/management/opensm/opensm/ |
| D | 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 …]
|
| /freebsd-10-stable/usr.sbin/ctld/ |
| D | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /freebsd-10-stable/usr.sbin/autofs/ |
| D | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /freebsd-10-stable/usr.sbin/iscsid/ |
| D | log.c | 44 static int log_level = 0; variable 54 log_level = level; in log_init() 192 if (log_level == 0) in log_debugx()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | log.c | 55 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable 268 log_level = level; in log_init() 404 if (level > log_level) in do_log()
|
| D | ssh-keyscan.c | 693 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local 738 log_level = SYSLOG_LEVEL_DEBUG1; in main() 740 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main() 741 log_level++; in main() 791 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
|
| D | sshd.c | 1438 options.log_level, 1615 options.log_level = SYSLOG_LEVEL_DEBUG1; 1616 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) 1617 options.log_level++; 1642 options.log_level = SYSLOG_LEVEL_QUIET; 1732 options.log_level == SYSLOG_LEVEL_NOT_SET ? 1733 SYSLOG_LEVEL_INFO : options.log_level, 2053 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2077 log_init(__progname, options.log_level, options.log_facility, log_stderr); 2168 log_init(__progname, options.log_level,
|
| D | ssh-pkcs11-helper.c | 278 LogLevel log_level = SYSLOG_LEVEL_ERROR; in main() local 290 log_init(__progname, log_level, log_facility, log_stderr); in main()
|
| D | ssh.c | 756 options.log_level = SYSLOG_LEVEL_DEBUG1; in main() 758 if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main() 760 options.log_level++; in main() 805 options.log_level = SYSLOG_LEVEL_QUIET; in main() 1012 options.log_level == -1 ? SYSLOG_LEVEL_INFO : options.log_level, in main() 1150 log_init(argv0, options.log_level, SYSLOG_FACILITY_USER, !use_syslog); in main()
|
| D | readconf.h | 63 LogLevel log_level; /* Level for logging. */ member
|
| D | ssh-keygen.c | 87 int log_level = SYSLOG_LEVEL_INFO; variable 793 if (log_level >= SYSLOG_LEVEL_VERBOSE) in do_download() 848 if (log_level >= SYSLOG_LEVEL_VERBOSE) in fingerprint_one_key() 2422 if (log_level == SYSLOG_LEVEL_INFO) in main() 2423 log_level = SYSLOG_LEVEL_DEBUG1; in main() 2425 if (log_level >= SYSLOG_LEVEL_DEBUG1 && in main() 2426 log_level < SYSLOG_LEVEL_DEBUG3) in main() 2427 log_level++; in main() 2493 log_init(argv[0], log_level, SYSLOG_FACILITY_USER, 1); in main()
|
| D | servconf.h | 99 LogLevel log_level; /* Level for system logging. */ member
|
| D | clientloop.c | 823 tochan = options.log_level >= SYSLOG_LEVEL_ERROR && in client_status_confirm() 1211 if (ch == 'V' && options.log_level > in process_escapes() 1213 log_change_level(--options.log_level); in process_escapes() 1214 if (ch == 'v' && options.log_level < in process_escapes() 1216 log_change_level(++options.log_level); in process_escapes() 1219 log_level_name(options.log_level)); in process_escapes() 1754 if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) { in client_loop()
|
| D | sftp-server.c | 56 static LogLevel log_level = SYSLOG_LEVEL_ERROR; variable 518 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status() 1515 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main() 1547 log_level = log_level_number(optarg); in sftp_server_main() 1548 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main() 1586 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
|
| D | servconf.c | 108 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_server_options() 272 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_server_options() 273 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_server_options() 1387 log_level_ptr = &options->log_level; in process_server_config_line() 2378 dump_cfg_string(sLogLevel, log_level_name(o->log_level)); in dump_config()
|
| D | readconf.c | 1266 log_level_ptr = &options->log_level; in process_config_line_depth() 1859 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_options() 2033 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_options() 2034 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_options() 2604 dump_cfg_string(oLogLevel, log_level_name(o->log_level)); in dump_client_config()
|
| /freebsd-10-stable/usr.sbin/nandsim/ |
| D | sample.conf | 38 log_level=11
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | serf.c | 168 apr_int64_t log_level; in load_config() local 257 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 324 SVN_ERR(svn_config_get_int64(config, &log_level, in load_config() 327 log_level)); in load_config() 339 (apr_uint32_t)log_level, in load_config()
|
| /freebsd-10-stable/crypto/openssl/crypto/bio/ |
| D | bss_log.c | 177 int log_level; in slg_write() member 251 priority = mapping[i].log_level; in slg_write()
|
| /freebsd-10-stable/sys/netgraph/atm/ccatm/ |
| 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-10-stable/sys/dev/nand/ |
| D | nandsim.h | 58 uint8_t log_level; member
|
| D | nandsim.c | 152 nand_debug(NDBG_SIM,"log level:%d output %d", param->log_level, in nandsim_init_sim_param() 154 nandsim_log_level = param->log_level; in nandsim_init_sim_param()
|
| /freebsd-10-stable/contrib/subversion/ |
| D | 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
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_auth_gnome_keyring/ |
| D | gnome_keyring.c | 291 log_noop(const gchar *log_domain, GLogLevelFlags log_level, in log_noop() argument
|