Searched refs:error_text (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | error.c | 64 const char *error_text; member 122 const char *error_text; member 296 if (i != ARRAY_SIZE(desc_error_list) && desc_error_list[i].error_text) in report_deco_status() 297 err_str = desc_error_list[i].error_text; in report_deco_status() 319 if (i != ARRAY_SIZE(qi_error_list) && qi_error_list[i].error_text) in report_qi_status() 320 err_str = qi_error_list[i].error_text; in report_qi_status()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | error.c | 31 const char *error_text; member 206 if (i != ARRAY_SIZE(desc_error_list) && desc_error_list[i].error_text) in report_deco_status() 207 err_str = desc_error_list[i].error_text; in report_deco_status()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | print.tcl | 470 if {[catch {set buffer [sprint_varx $var_name $var_value {*}$args]} error_text options]} { 472 if { [regexp -expanded ${regex} ${error_text}]} { 747 proc sprint_error_report { { error_text "\n" } { indent 0 } } { 761 append buffer [string repeat " " $indent][sprint_error $error_text]
|
H A D | gen_print.py | 1615 error_text="\n", indent=2, format=None, stack_frame_ix=None argument 1638 error_text = error_text.rstrip("\n") + "\n" 1641 return sprint_error(error_text) 1645 buffer += sprint_error(error_text)
|
/openbmc/linux/drivers/crypto/ |
H A D | atmel-i2c.c | 26 const char *error_text; member 161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_i2c_status()
|
/openbmc/linux/drivers/memory/ |
H A D | brcmstb_dpfe.c | 306 static const char * const error_text[] = { in get_error_text() local 312 if (unlikely(i >= ARRAY_SIZE(error_text))) in get_error_text() 313 i = ARRAY_SIZE(error_text) - 1; in get_error_text() 315 return error_text[i]; in get_error_text()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda.c | 601 const char *state_text, *error_text, *module_text; in hda_dsp_get_state() local 649 error_text = hda_dsp_get_state_text(error_code, hda_dsp_rom_fw_error_texts, in hda_dsp_get_state() 651 if (!error_text) in hda_dsp_get_state() 652 error_text = "unknown"; in hda_dsp_get_state() 656 error_text); in hda_dsp_get_state() 659 error_text); in hda_dsp_get_state()
|