Searched refs:err_str (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/crypto/fsl/ |
A D | error.c | 150 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 167 err_str = rng_err_id_list[err_id]; in report_ccb_status() 169 err_str = err_id_list[err_id]; in report_ccb_status() 177 err_str, err_err_code); in report_ccb_status() 194 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 208 err_str = desc_error_list[i].error_text; in report_deco_status() 213 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
|
/u-boot/lib/ |
A D | slre.c | 172 r->err_str = "Jump offset is too big"; in set_jump_offset() 181 r->err_str = "RE is too long (code overflow)"; in emit() 190 r->err_str = "RE is too long (data overflow)"; in store_char_in_data() 277 r->err_str = "No closing ']' bracket"; in anyof() 367 r->err_str = "No closing bracket"; in compile() 378 r->err_str = "Unbalanced brackets"; in compile() 415 r->err_str = NULL; in slre_compile() 434 return (r->err_str == NULL ? 1 : 0); in slre_compile() 689 fprintf(stderr, "Error compiling slre: %s\n", slre.err_str); in main()
|
A D | hashtable.c | 592 printf("Error compiling regex: %s\n", slre.err_str); in match_entry()
|
/u-boot/include/ |
A D | slre.h | 67 const char *err_str; /* Error string */ member
|
/u-boot/cmd/ |
A D | setexpr.c | 188 printf("Error compiling regex: %s\n", slre.err_str); in setexpr_regex_sub() 327 printf("Error compiling regex: %s\n", slre.err_str); in regex_sub_var()
|
/u-boot/arch/arm/mach-imx/ |
A D | hab.c | 26 static int ivt_header_error(const char *err_str, struct ivt_header *ivt_hdr) in ivt_header_error() argument 28 printf("%s magic=0x%x length=0x%02x version=0x%x\n", err_str, in ivt_header_error()
|
/u-boot/env/ |
A D | attr.c | 158 printf("Error compiling regex: %s\n", slre.err_str); in regex_callback()
|
Completed in 9 milliseconds