/titanic_50/usr/src/lib/efcode/interpreter/ |
H A D | interpreter.c | 51 #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 D | mcookie.c | 81 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 D | log.c | 161 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 D | actions.c | 171 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 D | interface.c | 209 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 D | init.c | 53 log_message(MSG_WARN, "Malloc returned address > 4Gb\n"); in safe_malloc()
|
H A D | fcode.c | 457 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 D | debug.c | 337 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 D | forth.c | 491 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 D | env.c | 796 cmn_msg_level = MSG_WARN; in fc_cmn_warn()
|
H A D | properties.c | 551 log_message(MSG_WARN, "No device context\n"); in get_property()
|
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 186 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 D | hermon-MELLANOX.c | 221 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 D | tavor-MELLANOX.c | 308 logmsg(MSG_WARN, gettext("%s firmware image verifier: " in vendorvrfy()
|
/titanic_50/usr/src/lib/efcode/packages/ |
H A D | populate.c | 74 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 D | log.h | 39 #define MSG_WARN 0x04 /* Warning -> LOG_WARN */ macro
|
/titanic_50/usr/src/cmd/fwflash/common/ |
H A D | fwflash.h | 42 #define MSG_WARN 1 macro
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 148 #define MSG_WARN 0x10 /* normal queue warning */ macro 345 msg_timeout = MSG_WARN;
|