Searched refs:MT_ERROR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 358 if (msgt == MT_ERROR) { in ipqos_msg() 387 if (msgt == MT_ERROR) { in ipqos_msg() 502 ipqos_msg(MT_ERROR, in modify_params() 508 ipqos_msg(MT_ERROR, in modify_params() 514 ipqos_msg(MT_ERROR, gettext("Failed to modify action " in modify_params() 605 ipqos_msg(MT_ERROR, in add_class() 612 ipqos_msg(MT_ERROR, in add_class() 702 ipqos_msg(MT_ERROR, in modify_class() 766 ipqos_msg(MT_ERROR, in remove_class() 877 ipqos_msg(MT_ERROR, in add_filter() [all …]
|
H A D | ipqosconf.h | 208 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | util.c | 50 MT_ERROR, enumerator 112 if (type == MT_ERROR) { in msg() 157 msg(MT_ERROR, format, ap); in error_msg()
|