Lines Matching refs:error
69 static void error(u16 *string) in error() function
229 error(u"Loaded image protocol not found\r\n"); in open_file_system()
250 error(u"Failed to open simple file system protocol\r\n"); in open_file_system()
262 error(u"check - check SMBIOS table\r\n"); in do_help()
263 error(u"save <file> - save SMBIOS table to file\r\n"); in do_help()
264 error(u"exit - exit the shell\r\n"); in do_help()
319 error(u"Invalid anchor string\n"); in do_check()
324 error(u"Invalid anchor length\n"); in do_check()
328 error(u"Invalid anchor checksum\n"); in do_check()
339 error(u"No SMBIOS table\n"); in do_check()
344 error(u"Invalid anchor string\n"); in do_check()
349 error(u"Invalid anchor length\n"); in do_check()
353 error(u"Invalid anchor checksum\n"); in do_check()
358 error(u"Invalid intermediate anchor string\n"); in do_check()
362 error(u"Invalid intermediate anchor checksum\n"); in do_check()
378 error(u"Structure table length exceeded\n"); in do_check()
386 error(u"Structure table length exceeded\n"); in do_check()
417 error(u"Failed to open volume\r\n"); in save_file()
429 error(u"Aborted by user\r\n"); in save_file()
443 error(u"Failed to write file\r\n"); in save_file()
446 error(u"Failed to open file\r\n"); in save_file()
475 error(u"Out of memory\n"); in do_save()
495 error(u"No SMBIOS table\n"); in do_save()
503 error(u"Out of memory\n"); in do_save()
549 error(u"Loaded image protocol not found\r\n"); in get_load_options()