Home
last modified time | relevance | path

Searched refs:MSG_WARN (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c51 #define MSG_ERRLOG_DEFAULT (MSG_FATAL|MSG_ERROR|MSG_WARN|MSG_INFO|\
53 #define MSG_SYSLOG_DEFAULT (MSG_FATAL|MSG_ERROR|MSG_WARN)
170 log_message(MSG_WARN, "Warning, verbose debug flag(s)" in main()
180 log_message(MSG_WARN, "Warning, debug flag(s) on, but" in main()
190 log_message(MSG_WARN, "Warning, verbose debug" in main()
/titanic_50/usr/src/lib/efcode/engine/
H A Dmcookie.c81 log_message(MSG_WARN, "Warning: too many mappings\n"); in mapping_to_mcookie()
118 log_message(MSG_WARN, "Warning: delete_mapping: invalid" in delete_mapping()
155 log_message(MSG_WARN, "Warning: mcookie_to_rlen: invalid" in mcookie_to_rlen()
174 log_message(MSG_WARN, "Warning: mcookie_to_rvirt: invalid" in mcookie_to_rvirt()
H A Dlog.c161 if (msg_level & MSG_WARN) in msg_level_to_syslog()
300 case 'w': msgflags |= MSG_WARN; break; in parse_msg_flags()
341 error_log_flags = MSG_FATAL|MSG_ERROR|MSG_WARN|MSG_INFO| in set_error_log()
H A Dactions.c171 log_message(MSG_WARN, "run_action: acf: %p @acf: %p not" in run_action()
179 log_message(MSG_WARN, "run_action: acf: %p action: %d" in run_action()
192 log_message(MSG_WARN, "run_action: acf: %p/%p not default action\n", in run_action()
H A Dinterface.c209 log_message(MSG_WARN, "Can't clone an active instance or" in clone_environment()
214 log_message(MSG_WARN, "Warning: Device-tree state is shared!\n"); in clone_environment()
H A Dinit.c53 log_message(MSG_WARN, "Malloc returned address > 4Gb\n"); in safe_malloc()
H A Dfcode.c457 log_message(MSG_WARN, "%s: '%s' length (%d) <" in check_fcode_header()
490 log_message(MSG_WARN, "byte-load: ignoring xt\n"); in byte_load()
496 log_message(MSG_WARN, "byte-load: header NOT OK\n"); in byte_load()
521 log_message(MSG_WARN, "byte-load: past EOB\n"); in byte_load()
H A Ddebug.c337 log_message(MSG_WARN, "Word not debugged?\n"); in undebug()
750 log_message(MSG_WARN, in debug_flags_to_mask()
1387 log_message(MSG_WARN, "?"); in see()
H A Dforth.c491 log_message(MSG_WARN, "Vocabulary search order exceeds: %d\n", in do_also()
803 log_message(MSG_WARN, "Warning: set_here(%s) back: old:" in set_here()
2026 log_message(MSG_WARN, "install_does: Last acf at: %p\n", (void *)dptr); in install_does()
2043 log_message(MSG_WARN, "does: Last acf at: %p\n", (void *)dptr); in does()
H A Denv.c796 cmn_msg_level = MSG_WARN; in fc_cmn_warn()
H A Dproperties.c551 log_message(MSG_WARN, "No device context\n"); in get_property()
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c186 logmsg(MSG_WARN, gettext("hermon: Failed to set GUIDs")); in fw_writefw()
733 logmsg(MSG_WARN, gettext("cnx_write_image: Failed to " in cnx_write_image()
878 logmsg(MSG_WARN, gettext("hermon: No GUIDs found for " in cnx_identify()
889 logmsg(MSG_WARN, gettext("hermon: Failed to read Image Info " in cnx_identify()
1306 logmsg(MSG_WARN, gettext("hermon: Can't calloc guid_structure " in cnx_read_guids()
1317 logmsg(MSG_WARN, gettext("hermon: Failed to read GUID Pointer " in cnx_read_guids()
1366 logmsg(MSG_WARN, gettext("hermon: Failed to read guid crc " in cnx_read_guids()
1376 logmsg(MSG_WARN, gettext("hermon: calculated crc16: 0x%x " in cnx_read_guids()
1627 logmsg(MSG_WARN, gettext("hermon: Failed to read image info " in cnx_get_image_info()
1639 logmsg(MSG_WARN, gettext("hermon: Failed to read image info " in cnx_get_image_info()
[all …]
/titanic_50/usr/src/cmd/fwflash/plugins/vendor/
H A Dhermon-MELLANOX.c221 logmsg(MSG_WARN, gettext("hermon: Failed to parse ImageInfo " in cnx_flash_get_psid_img()
282 logmsg(MSG_WARN, gettext("hermon: No PSID match found\n")); in cnx_flash_verify_flash_pn_img()
285 logmsg(MSG_WARN, gettext("WARNING: Firmware " in cnx_flash_verify_flash_pn_img()
357 logmsg(MSG_WARN, gettext("hermon: calculated crc value 0x%x " in cnx_check_guid_section()
H A Dtavor-MELLANOX.c308 logmsg(MSG_WARN, gettext("%s firmware image verifier: " in vendorvrfy()
/titanic_50/usr/src/lib/efcode/packages/
H A Dpopulate.c74 log_message(MSG_WARN, "%s: '%s' zero length Fcode\n", in do_builtin_dropin()
87 log_message(MSG_WARN, "%s: '%s' fcode header NOT OK\n", in do_builtin_dropin()
279 log_message(MSG_WARN, "%s: '%s' fcode header NOT OK\n", in exec_builtin_driver()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dlog.h39 #define MSG_WARN 0x04 /* Warning -> LOG_WARN */ macro
/titanic_50/usr/src/cmd/fwflash/common/
H A Dfwflash.h42 #define MSG_WARN 1 macro
/titanic_50/usr/src/cmd/sendmail/src/
H A Denvelope.c148 #define MSG_WARN 0x10 /* normal queue warning */ macro
345 msg_timeout = MSG_WARN;