Home
last modified time | relevance | path

Searched defs:MT_LOG (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/lib/libnisdb/
H A Dnis_hashitem.h111 #define MT_LOG(condition, syslogarg) if (condition) syslog ## syslogarg macro
113 #define MT_LOG(condition, syslogarg) macro
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h210 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator