Searched refs:error_msg (Results 1 – 3 of 3) sorted by relevance
/u-boot/net/ |
A D | fastboot.c | 126 const char *error_msg = "An error occurred."; in fastboot_send() local 169 memcpy(packet, error_msg, strlen(error_msg)); in fastboot_send() 170 packet += strlen(error_msg); in fastboot_send()
|
/u-boot/common/ |
A D | cli_hush.c | 135 #define error_msg printf macro 382 error_msg("syntax error %s:%d", file, line); in __syntax() 664 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg() 678 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg() 819 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source() 2123 error_msg("glob(3) error %d",gr); 2194 error_msg("%s: readonly variable", name); 2252 error_msg("%s: readonly variable", name); 2515 error_msg("ambiguous redirect"); 2620 error_msg("ambiguous redirect"); [all …]
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.c | 83 static const char error_msg[] = "Unspecified"; in stm32prog_get_error() local 86 strcpy(data->error, error_msg); in stm32prog_get_error()
|
Completed in 12 milliseconds