Home
last modified time | relevance | path

Searched refs:MT_WARNING (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h208 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
H A Dipqosconf.c350 if ((use_syslog && (msgt != MT_WARNING)) || msgt == MT_LOG) { in ipqos_msg()
390 } else if (msgt == MT_WARNING) { in ipqos_msg()
4596 ipqos_msg(MT_WARNING, gettext("Invalid interface")); in readifindex()