Searched refs:MT_LOG (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.h | 111 #define MT_LOG(condition, syslogarg) if (condition) syslog ## syslogarg macro 113 #define MT_LOG(condition, syslogarg) macro
|
H A D | nis_hashitem.c | 119 MT_LOG(1, (LOG_NOTICE, in __nis_lock_hash_table() 156 MT_LOG(1, (LOG_NOTICE, in __nis_lock_hash_table() 165 MT_LOG(1, (LOG_NOTICE, "%d: lh table %s lock acquired 0x%x", in __nis_lock_hash_table() 222 MT_LOG(1, (LOG_NOTICE, "%d: lh table %s release 0x%x (%s)", in __nis_ulock_hash_table()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 210 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
|
H A D | ipqosconf.c | 352 if ((use_syslog && (msgt != MT_WARNING)) || msgt == MT_LOG) { in ipqos_msg() 362 } else if (msgt == MT_LOG) { in ipqos_msg() 384 if ((!use_syslog && (msgt != MT_LOG)) || (verbose)) { in ipqos_msg() 402 } else if (msgt == MT_LOG) { in ipqos_msg() 9159 ipqos_msg(MT_LOG, gettext("Configuration flushed.\n")); in flushconf() 9431 ipqos_msg(MT_LOG, in commitconf() 9644 ipqos_msg(MT_LOG, gettext("IPQoS configuration applied.\n")); 9661 ipqos_msg(MT_LOG, gettext("Configuration flushed.\n"));
|