| /titanic_41/usr/src/cmd/rcm_daemon/common/ |
| H A D | rcm_main.c | 193 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 D | logging.c | 49 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 D | logging.h | 56 extern int log_level;
|
| H A D | pppoed.c | 427 log_level = 1; /* Default to error messages only at first */ in main()
|
| /titanic_41/usr/src/lib/fm/libseslog/common/ |
| H A D | libseslog.c | 233 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 D | ssh.c | 385 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 D | log.c | 51 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 D | readconf.c | 735 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 D | sshd.c | 872 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 D | servconf.c | 94 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 D | ssh-keyscan.c | 706 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 D | log.h | 46 int log_level);
|
| /titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_main.c | 566 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 D | readconf.h | 100 LogLevel log_level; /* Level for logging. */ member
|
| H A D | servconf.h | 77 LogLevel log_level; /* Level for system logging. */ member
|
| /titanic_41/usr/src/cmd/nscd/ |
| H A D | nscd_frontend.h | 88 int log_comp, int log_level);
|
| H A D | nscd_frontend.c | 430 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 D | sftp-server.c | 64 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 D | rctladm.c | 263 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 D | usba10_calls.c | 654 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 D | usbai_private.h | 311 int log_level,
|
| H A D | usba10.h | 485 int log_level,
|
| /titanic_41/usr/src/uts/common/io/usb/usba10/ |
| H A D | usba10.c | 756 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 D | server.c | 1282 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 D | saslplug.h | 484 int log_level; member
|