Searched refs:err_str (Results 1 - 10 of 10) sorted by relevance

/u-boot/include/
H A Dslre.h67 const char *err_str; /* Error string */ member in struct:slre
80 * If error, 0 is returned and slre.err_str points to the error message.
H A Darm_ffa_priv.h157 char *err_str[MAX_NUMBER_FFA_ERR]; member in struct:ffa_abi_errmap
/u-boot/drivers/crypto/fsl/
H A Derror.c150 const char *err_str = "unidentified err_id value 0x"; local
167 err_str = rng_err_id_list[err_id];
169 err_str = err_id_list[err_id];
177 err_str, err_err_code);
194 const char *err_str = "unidentified error value 0x"; local
208 err_str = desc_error_list[i].error_text;
213 status, error, idx_str, idx, err_str, err_err_code);
/u-boot/boot/
H A Dvbe_request.c26 char err_str[VBE_ERR_STR_LEN]; member in struct:vbe_result
44 snprintf(result->err_str, VBE_ERR_STR_LEN,
51 snprintf(result->err_str, VBE_ERR_STR_LEN,
58 snprintf(result->err_str, VBE_ERR_STR_LEN,
64 snprintf(result->err_str, VBE_ERR_STR_LEN,
137 snprintf(result->err_str, VBE_ERR_STR_LEN, "Unknown request: %s",
194 *result.err_str = '\0';
200 if (*result.err_str) {
201 char *msg = strdup(result.err_str);
/u-boot/lib/
H A Dslre.c172 r->err_str = "Jump offset is too big";
181 r->err_str = "RE is too long (code overflow)";
190 r->err_str = "RE is too long (data overflow)";
277 r->err_str = "No closing ']' bracket";
367 r->err_str = "No closing bracket";
378 r->err_str = "Unbalanced brackets";
415 r->err_str = NULL;
434 return (r->err_str == NULL ? 1 : 0);
690 fprintf(stderr, "Error compiling slre: %s\n", slre.err_str);
H A Dhashtable.c584 printf("Error compiling regex: %s\n", slre.err_str);
/u-boot/cmd/
H A Dsetexpr.c192 printf("Error compiling regex: %s\n", slre.err_str);
329 printf("Error compiling regex: %s\n", slre.err_str);
/u-boot/env/
H A Dattr.c158 printf("Error compiling regex: %s\n", slre.err_str);
/u-boot/drivers/firmware/arm-ffa/
H A Darm-ffa-uclass.c148 if (!err_msg_map[abi_idx].err_str[err_idx])
151 log_err("%s\n", err_msg_map[abi_idx].err_str[err_idx]);
/u-boot/arch/arm/mach-imx/
H A Dhab.c37 static int ivt_header_error(const char *err_str, struct ivt_header *ivt_hdr) argument
39 printf("%s magic=0x%x length=0x%02x version=0x%x\n", err_str,

Completed in 123 milliseconds