Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c193 int log_level; in rcm_log_msg_impl() local
209 log_level = LOG_ERR; in rcm_log_msg_impl()
213 log_level = LOG_WARNING; in rcm_log_msg_impl()
217 log_level = LOG_NOTICE; in rcm_log_msg_impl()
221 log_level = LOG_INFO; in rcm_log_msg_impl()
225 log_level = LOG_DEBUG; in rcm_log_msg_impl()
235 (void) vsyslog(log_level, message, ap); in rcm_log_msg_impl()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c49 int log_level; /* Higher number for more detail. */ variable
120 if (loglev >= log_level) in vlogat()
271 log_level = dbglvl; in log_to_stderr()
287 log_level = dbglvl; in log_for_service()
H A Dlogging.h56 extern int log_level;
H A Dpppoed.c427 log_level = 1; /* Default to error messages only at first */ in main()
/titanic_41/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c233 char log_level[ENTRY_MAX_SIZE]; in save_logs() local
335 (void) memset(log_level, 0, sizeof (log_level)); in save_logs()
382 (void) strncpy(log_level, in save_logs()
405 if (nvlist_add_string(entry, ENTRY_SEVERITY, log_level) != 0) { in save_logs()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c385 options.log_level = SYSLOG_LEVEL_DEBUG1;
386 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) {
387 options.log_level++;
404 options.log_level = SYSLOG_LEVEL_QUIET;
599 log_init(av[0], options.log_level == -1 ? SYSLOG_LEVEL_INFO : options.log_level,
625 log_init(av[0], options.log_level, SYSLOG_FACILITY_USER, 1);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dlog.c51 static LogLevel log_level = SYSLOG_LEVEL_INFO; variable
305 log_level = level; in log_init()
379 if (level > log_level) in do_log()
H A Dreadconf.c735 intptr = (int *) &options->log_level; in process_config_line()
983 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_options()
1124 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_options()
1125 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_options()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c872 options.log_level = SYSLOG_LEVEL_DEBUG1; in main()
873 } else if (options.log_level < SYSLOG_LEVEL_DEBUG3) { in main()
874 options.log_level++; in main()
894 options.log_level = SYSLOG_LEVEL_QUIET; in main()
966 options.log_level == SYSLOG_LEVEL_NOT_SET ? in main()
967 SYSLOG_LEVEL_INFO : options.log_level, in main()
1130 log_init(__progname, options.log_level, options.log_facility, log_stderr); in main()
1180 log_init(__progname, options.log_level, options.log_facility, log_stderr); in main()
1446 log_init(__progname, options.log_level, options.log_facility, log_stderr); in main()
H A Dservconf.c94 options->log_level = SYSLOG_LEVEL_NOT_SET; in initialize_server_options()
288 if (options->log_level == SYSLOG_LEVEL_NOT_SET) in fill_default_server_options()
289 options->log_level = SYSLOG_LEVEL_INFO; in fill_default_server_options()
1104 intptr = (int *) &options->log_level; in process_server_config_line()
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c706 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local
745 log_level = SYSLOG_LEVEL_DEBUG1; in main()
747 else if (log_level < SYSLOG_LEVEL_DEBUG3) in main()
748 log_level++; in main()
792 log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); in main()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dlog.h46 int log_level);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c566 uint32_t log_level; in oce_get_params() local
637 log_level = oce_get_prop(dev, (char *)log_level_name, 0, in oce_get_params()
640 severity = (uint16_t)(log_level & 0xffff); in oce_get_params()
641 mod_mask = (uint16_t)(log_level >> 16); in oce_get_params()
/titanic_41/usr/src/cmd/ssh/include/
H A Dreadconf.h100 LogLevel log_level; /* Level for logging. */ member
H A Dservconf.h77 LogLevel log_level; /* Level for system logging. */ member
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_frontend.h88 int log_comp, int log_level);
H A Dnscd_frontend.c430 int log_level) in _nscd_APP_check_cred() argument
467 _NSCD_LOG(log_comp, log_level) in _nscd_APP_check_cred()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c64 LogLevel log_level = SYSLOG_LEVEL_ERROR; variable
401 if (log_level > SYSLOG_LEVEL_VERBOSE || in send_status()
1236 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
1251 log_level = log_level_number(optarg); in sftp_server_main()
1252 if (log_level == SYSLOG_LEVEL_NOT_SET) in sftp_server_main()
1266 log_init(__progname, log_level, log_facility, log_stderr); in sftp_server_main()
/titanic_41/usr/src/cmd/rctladm/
H A Drctladm.c263 int log_level) in rctladm_modify_action() argument
285 gblk->rcq_global_syslog_level = log_level; in rctladm_modify_action()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c654 int log_level, in usba10_usb_check_same_device() argument
660 dip, log_handle, log_level, log_mask, check_mask, device_string)); in usba10_usb_check_same_device()
/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusbai_private.h311 int log_level,
H A Dusba10.h485 int log_level,
/titanic_41/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c756 int log_level, in usb_check_same_device() argument
762 dip, log_handle, log_level, log_mask, check_mask, device_string)); in usb_check_same_device()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dserver.c1282 const char *log_level; local
1381 log_level = NULL;
1383 getopt(context, NULL, "log_level", &log_level, NULL);
1385 serverconn->sparams->log_level = log_level ? atoi(log_level) : SASL_LOG_ERR;
/titanic_41/usr/src/lib/libsasl/include/
H A Dsaslplug.h484 int log_level; member

12