Searched refs:syslog_level (Results 1 – 2 of 2) sorted by relevance
134 syslog_level = msg.get_nla(KtestMsgAttrType.KTEST_MSG_ATTR_LEVEL).u8135 if syslog_level <= 6:
1410 int syslog_level; in isc_log_doit() local1737 syslog_level = LOG_DEBUG; in isc_log_doit()1739 syslog_level = LOG_CRIT; in isc_log_doit()1741 syslog_level = syslog_map[-level]; in isc_log_doit()1743 (void)syslog(FACILITY(channel) | syslog_level, in isc_log_doit()