Searched refs:err_str (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | error.c | 149 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 166 err_str = rng_err_id_list[err_id]; in report_ccb_status() 168 err_str = err_id_list[err_id]; in report_ccb_status() 176 err_str, err_err_code); in report_ccb_status() 193 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 207 err_str = desc_error_list[i].error_text; in report_deco_status() 212 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
|
| /openbmc/u-boot/lib/ |
| H A D | slre.c | 171 r->err_str = "Jump offset is too big"; in set_jump_offset() 180 r->err_str = "RE is too long (code overflow)"; in emit() 189 r->err_str = "RE is too long (data overflow)"; in store_char_in_data() 276 r->err_str = "No closing ']' bracket"; in anyof() 366 r->err_str = "No closing bracket"; in compile() 377 r->err_str = "Unbalanced brackets"; in compile() 414 r->err_str = NULL; in slre_compile() 433 return (r->err_str == NULL ? 1 : 0); in slre_compile() 688 fprintf(stderr, "Error compiling slre: %s\n", slre.err_str); in main()
|
| H A D | hashtable.c | 577 printf("Error compiling regex: %s\n", slre.err_str); in match_entry()
|
| /openbmc/u-boot/include/ |
| H A D | slre.h | 67 const char *err_str; /* Error string */ member
|
| /openbmc/qemu/block/ |
| H A D | iscsi.c | 118 char *err_str; member 281 iTask->err_str = g_strdup(iscsi_get_error(iscsi)); in iscsi_co_generic_cb() 680 iTask.err_str); 690 g_free(iTask.err_str); 753 lba, iTask.err_str); in iscsi_co_block_status() 788 g_free(iTask.err_str); in iscsi_co_block_status() 911 lba, iTask.err_str); 916 g_free(iTask.err_str); 948 error_report("iSCSI SYNCHRONIZECACHE10 failed: %s", iTask.err_str); in iscsi_co_flush() 953 g_free(iTask.err_str); in iscsi_co_flush() [all …]
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | hab.c | 25 static int ivt_header_error(const char *err_str, struct ivt_header *ivt_hdr) in ivt_header_error() argument 27 printf("%s magic=0x%x length=0x%02x version=0x%x\n", err_str, in ivt_header_error()
|
| /openbmc/u-boot/env/ |
| H A D | attr.c | 158 printf("Error compiling regex: %s\n", slre.err_str); in regex_callback()
|
| /openbmc/u-boot/cmd/ |
| H A D | setexpr.c | 142 printf("Error compiling regex: %s\n", slre.err_str); in regex_sub()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 589 + if (!err_msg_map[abi_idx].err_str[err_idx]) 592 + log_err("%s\n", err_msg_map[abi_idx].err_str[err_idx]); 2016 + char *err_str[MAX_NUMBER_FFA_ERR];
|