Home
last modified time | relevance | path

Searched refs:MT_ERROR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c502 ipqos_msg(MT_ERROR, in modify_params()
508 ipqos_msg(MT_ERROR, 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()
890 ipqos_msg(MT_ERROR, in add_filter()
1098 ipqos_msg(MT_ERROR, in remove_filter()
4467 ipqos_msg(MT_ERROR, in read_int_array()
[all …]
H A Dipqosconf.h208 enum msg_type { MT_ERROR, MT_WARNING, MT_LOG, MT_ENOSTR }; enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c50 MT_ERROR, enumerator
112 if (type == MT_ERROR) { in msg()
157 msg(MT_ERROR, format, ap); in error_msg()