Searched refs:LOG_ERROR (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | logger_types.h | 86 LOG_ERROR = 0, enumerator 133 #define DC_MIN_LOG_MASK ((1 << LOG_ERROR) | \ 136 #define DC_DEFAULT_LOG_MASK ((1ULL << LOG_ERROR) | \
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 197 LOG_ERROR, enumerator 217 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args)
|
H A D | modpost.c | 72 case LOG_ERROR: in modpost_log() 90 if (loglevel == LOG_ERROR) in modpost_log() 1752 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports() 1775 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | 95 #define LOG_ERROR (1 << 8) macro 97 static int level_mask = LOG_ERROR; 124 level_mask |= LOG_ERROR; in fas216_log_setup() 761 fas216_log(info, LOG_ERROR, "null buffer passed to " in fas216_transfer() 820 fas216_log(info, LOG_BUFFER | LOG_ERROR, in fas216_transfer() 1213 fas216_log(info, LOG_ERROR, "timed out waiting for message byte"); in fas216_get_msg_byte() 1217 fas216_log(info, LOG_ERROR, "unexpected phase change: status = %02x", stat); in fas216_get_msg_byte() 1221 fas216_log(info, LOG_ERROR, "parity error during message in phase"); in fas216_get_msg_byte() 1655 fas216_log(info, LOG_ERROR, "illegal command given\n"); in fas216_intr() 1858 fas216_log(info, LOG_ERROR, "sending bus device reset"); in fas216_do_bus_device_reset() [all …]
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | log.h | 49 #define LOG_ERROR LOG_ERR macro
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_ime.c | 387 lprintf(LOG_ERROR,"ME state error (%i), aborting", imeStatus.update_state); in ImeUpgrade() 448 lprintf(LOG_ERROR,"ME state error (%i), aborting", imeStatus.update_state); in ImeUpgrade() 462 lprintf(LOG_ERROR,"ME state error, aborting"); in ImeUpgrade() 477 lprintf(LOG_ERROR,"ME state error, aborting"); in ImeUpgrade() 1024 lprintf(LOG_ERROR,"File must be provided with this option, see help\n"); in ipmi_ime_main()
|
H A D | ipmi_raw.c | 421 lprintf(LOG_ERROR, "ERROR: NULL pointer passed."); in is_valid_param()
|
H A D | ipmi_fru.c | 438 lprintf(LOG_ERROR, "Return error"); in write_fru_area() 443 lprintf(LOG_ERROR, "Odd offset or length specified"); in write_fru_area() 461 lprintf(LOG_ERROR, "Maximum request size is too small to send " in write_fru_area() 631 lprintf(LOG_ERROR, "Maximum response size is too small to send " in read_fru_area()
|
H A D | ipmi_hpmfwupg.c | 1133 lprintf(LOG_ERROR, "Maximum request size is too small to " in HpmFwupgActionUploadFirmware()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 21 #define LOG_ERROR(fmt...) printk(fmt) macro 610 LOG_ERROR("pmf: parse error, not enough data\n"); in pmf_parse_one() 614 LOG_ERROR("pmf: command code %d unknown !\n", ccode); in pmf_parse_one() 618 LOG_ERROR("pmf: no parser for command %d !\n", ccode); in pmf_parse_one() 623 LOG_ERROR("pmf: parser for command %d returned" in pmf_parse_one()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_aux.c | 44 #define LOG_FLAG_Error_I2cAux LOG_ERROR
|