Searched refs:MT_ERROR (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 360 if (msgt == MT_ERROR) { in ipqos_msg() 389 if (msgt == MT_ERROR) { in ipqos_msg() 504 ipqos_msg(MT_ERROR, in modify_params() 510 ipqos_msg(MT_ERROR, in modify_params() 516 ipqos_msg(MT_ERROR, gettext("Failed to modify action " in modify_params() 607 ipqos_msg(MT_ERROR, in add_class() 614 ipqos_msg(MT_ERROR, in add_class() 705 ipqos_msg(MT_ERROR, in modify_class() 770 ipqos_msg(MT_ERROR, in remove_class() 882 ipqos_msg(MT_ERROR, in add_filter() [all …]
|
H A D | ipqosconf.h | 210 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | util.c | 52 MT_ERROR, enumerator 114 if (type == MT_ERROR) { in msg() 159 msg(MT_ERROR, format, ap); in error_msg()
|