Searched refs:Error (Results 1 - 25 of 228) sorted by relevance

12345678910

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_error.c19 pc->Error = function;
31 if (pc->Error)
32 pc->Error( line, file, error, info );
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile.c91 static PRIntn Error(const char *msg, const char *filename) function
102 } /* Error */
205 if (NULL == file) return Error("PR_Open()", filename);
209 if (!LL_IS_ZERO(big_answer)) return Error("empty available64()", filename);
214 if (!LL_EQ(big_answer, big_size)) return Error("seek", filename);
218 if (bytes != BUFFER_SIZE) return Error("write", filename);
222 if (!LL_IS_ZERO(big_answer)) return Error("eof available64()", filename);
226 if (PR_FAILURE == rv) return Error("fileInfo64()", filename);
234 return Error("fileInfo()", filename);
239 return Error("fileInf
[all...]
H A Dlogger.c69 static void Error(const char* msg) function
72 } /* Error */
134 Error("Access: Cannot create log file");
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp49 static int Error(const char *pszFormat, ...) function
92 Error("Read error: %Rrc", rc);
204 Error("Invalid digest type: %s\n", ValueUnion.psz);
220 Error("Invalid digest method: %s\n", ValueUnion.psz);
244 return Error("No digest type was specified\n");
249 return Error("Full file method is not implemented\n");
253 return Error("The -l and -o options do not work with the 'file' method.");
261 return Error("RTSha1Digest(%s,) -> %Rrc\n", ValueUnion.psz, rc);
272 return Error("RTSha256Digest(%s,) -> %Rrc\n", ValueUnion.psz, rc);
278 return Error("Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c187 EFI_ABORTED Error executing the GenFvImage lib.
225 Error (NULL, 0, 1001, "Missing options", "No input options specified.");
262 Error (NULL, 0, 1003, "Invalid option value", "Input file can't be null");
273 Error (NULL, 0, 1003, "Invalid option value", "Address file can't be null");
284 Error (NULL, 0, 1003, "Invalid option value", "Output file can't be null");
295 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[0], argv[1]);
308 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[0], argv[1]);
312 Error (NULL, 0, 1003, "Invalid option value", "Fv block size can't be be set to zero");
325 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[0], argv[1]);
329 Error (NUL
[all...]
H A DGenFvInternalLib.c206 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_FV_BASE_ADDRESS_STRING, Value);
227 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_FV_FILESYSTEMGUID_STRING, Value);
263 Error (NULL, 0, 2000, "Invalid parameter", "%s expected %s | %s", mFvbAttributeName [Index], TRUE_STRING, FALSE_STRING);
298 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_BLOCK_SIZE_STRING, Value);
311 Error (NULL, 0, 2000, "Invalid parameter", "both %s and %s must be specified.", EFI_NUM_BLOCKS_STRING, EFI_BLOCK_SIZE_STRING);
332 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_NUM_BLOCKS_STRING, Value);
343 Error (NULL, 0, 2001, "Missing required argument", "block size.");
971 Error (NULL, 0, 0001, "Error opening file", FvInfo->FvFiles[Index]);
985 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c96 Error (NULL, 0, 1002, "No PciRom input file", "No *.rom input file");
131 Error (NULL, 0, 1002, "Invalid input paramter", "Input and output file names must be different - %s = %s.", FList->FileName, mOptions.OutFileName);
139 Error (NULL, 0, 0001, "Error opening file", "Error opening file %s", mOptions.OutFileName);
161 Error (NULL, 0, 2000, "Invalid parameter", "File type not specified, it must be either an EFI or binary file: %s.", FList->FileName);
179 Error (NULL, 0, 2000, "Invalid paramter", "Option ROM image size exceeds limit of 0x%X bytes.", MAX_OPTION_ROM_SIZE);
249 Error (NULL, 0, 0001, "Error opening file", InFile->FileName);
265 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c155 Error (NULL, 0, 1001, "Missing options", "no options input");
180 Error (NULL, 0, 1003, "Invalid option value", "Output File name is missing for -o option");
222 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[0], argv[1]);
226 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
237 Error (NULL, 0, 1000, "Unknown option", argv[0]);
255 Error (NULL, 0, 1001, "Missing option", "either the encode or the decode option must be specified!");
264 Error (NULL, 0, 1001, "Missing option", "Input files are not specified");
271 Error (NULL, 0, 1001, "Missing option", "Output file are not specified");
282 Error (NULL, 0, 0001, "Error openin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c245 Error (NoPageFileName, 0, 0x4002, "Invalid parameter option", "Output File %s open failure", PageFileName);
251 Error (NoPageFileName, 0, 0x4002, "Invalid parameter option", "Input File %s open failure", NoPageFileName);
263 Error (NoPageFileName, 0, 0x4002, "Invalid parameter option", "Input file size (0x%lx) exceeds the Page Table Offset (0x%x)", FileSize, (unsigned) gPageTableOffsetInFile);
327 Error (NULL, 0, 1003, "Invalid option value", "Output file is missing for -o option");
338 Error (NULL, 0, 1003, "Invalid option value", "Base address is missing for -b option");
343 Error (NULL, 0, 1003, "Invalid option value", "Base address is not valid intergrator");
354 Error (NULL, 0, 1003, "Invalid option value", "Offset is missing for -f option");
359 Error (NULL, 0, 1003, "Invalid option value", "Offset is not valid intergrator");
382 Error (NULL, 0, 1003, "Invalid option value", "Debug Level is not specified.");
387 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c273 Error (NULL, 0, 2000, "Invalid paramter", "more than one input file specified");
276 Error (NULL, 0, 2000, "Invalid paramter", "no input file specified");
284 Error (NULL, 0, 0001, "Error opening file", InputFileName[0]);
302 Error (NULL, 0, 2000, "Invalid paramter", "%s file size (0x%X) exceeds section size limit(%uM).", InputFileName[0], (unsigned) TotalLength, MAX_SECTION_SIZE>>20);
311 Error (NULL, 0, 4001, "Resource", "memory cannot be allcoated");
325 Error (NULL, 0, 0004, "Error reading file", InputFileName[0]);
431 Error (NULL, 0, 2000, "Invalid paramter", "must specify at least one input file");
436 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c349 Error (NULL, 0, 1003, "Invalid option value", "Input file name can't be NULL");
353 Error (NULL, 0, 1003, "Invalid option value", "Input file is missing");
364 Error (NULL, 0, 1003, "Invalid option value", "Output file name can't be NULL");
368 Error (NULL, 0, 1003, "Invalid option value", "Output file is missing");
396 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[Index], argv[Index + 1]);
400 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
412 Error (NULL, 0, 1000, "Unknown option", "%s", argv[Index]);
417 Error (NULL, 0, 1001, "Missing options", "Input file is missing");
422 Error (NULL, 0, 1001, "Missing options", "Output file is missing");
427 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c269 Error (NULL, 0, 0x1001, "NO Input file specified.", NULL);
280 Error (NULL, 0, 0x1003, "Input split value is not one valid integer.", NULL);
319 Error (NULL, 0, 0x1003, NULL, "%s is invaild paramter!", argv[0]);
332 Error (NULL, 0, 0x1003, "Input debug level is not one valid integrator.", NULL);
342 Error (NULL, 0, 0x1003, NULL, "%s is invaild paramter!", argv[0]);
347 Error (NULL, 0, 0x1001, "NO Input file specified.", NULL);
354 Error (InputFileName, 0, 1, "File open failure", NULL);
391 Error (OutFileName1, 0, 5, "Create Dir for File1 Fail.", NULL);
397 Error (OutFileName2, 0, 5, "Create Dir for File2 Fail.", NULL);
406 Error (OutFileName
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMkPkg.py66 Logger.Error("\nMkPkg", ABORT_ERROR, ST.ERR_USER_ABORT, RaiseError=True)
77 Logger.Error("\nMkPkg", OPTION_UNKNOWN_ERROR, ST.ERR_OPTION_NOT_FOUND)
88 Logger.Error("\nMkPkg", OPTION_UNKNOWN_ERROR, ST.ERR_OPTION_NOT_FOUND)
145 Logger.Error("\nMkPkg",
177 Logger.Error("\nMkPkg",
230 Logger.Error(
265 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID, \
271 Logger.Error("\nMkPkg", FILE_NOT_FOUND, ST.ERR_NOT_FOUND % Item)
273 Logger.Error("\nMkPkg", OPTION_VALUE_INVALID,
276 Logger.Error("\nMkPk
[all...]
H A DUPT.py61 Logger.Error("UPT", OPTION_CONFLICT, ExtraData=ST.ERR_REQUIRE_I_C_R_OPTION)
63 Logger.Error("UPT", OPTION_CONFLICT, ExtraData=ST.ERR_I_C_EXCLUSIVE)
65 Logger.Error("UPT", OPTION_CONFLICT, ExtraData=ST.ERR_I_R_EXCLUSIVE)
67 Logger.Error("UPT", OPTION_CONFLICT, ExtraData=ST.ERR_C_R_EXCLUSIVE)
170 Logger.Error("\nUPT", FILE_NOT_FOUND, ST.ERR_NO_TEMPLATE_FILE % Opt.PackageInformationDataFile)
174 Logger.Error("UPT", OPTION_MISSING, ExtraData=ST.ERR_REQUIRE_T_OPTION)
176 Logger.Error("CreatePkg", FILE_TYPE_MISMATCH, ExtraData=ST.ERR_DIST_EXT_ERROR % Opt.PackFileToCreate)
181 Logger.Error("InstallPkg", FILE_TYPE_MISMATCH, ExtraData=ST.ERR_DIST_EXT_ERROR % Opt.PackFileToInstall)
201 Logger.Error("InstallPkg", FILE_NOT_FOUND, ST.ERR_INSTALL_DIST_NOT_FOUND % Opt.PackFileToInstall)
208 Logger.Error("RemovePk
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c213 Error (NULL, 0, 1003, "Invalid option value", "Output file can't be null");
232 Error (NULL, 0, 1003, "Invalid option value", argv[0]);
245 Error (NULL, 0, 1003, "Invalid option value", "%s = %s", argv[0], argv[1]);
262 Error (NULL, 0, 1001, "Missing option", "No input file");
269 Error (NULL, 0, 1001, "Missing option", "No output file");
275 Error (NULL, 0, 0001, "Could not open output file", OutputFileName);
299 Error (NULL, 0, 0001, "Could not open input file", InputFileNames[i]);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c356 Error (NULL, 0, 5001, "Cannot get: \"0x%s\".", *TokenStr);
385 Error (NULL, 0, 5001, "Parse error", "Cannot get: %s.", TokenStr);
399 Error (NULL, 0, 3000, "Invaild", "Bad value in INF file required field: Checksum, the value must be '0' or '1'.");
470 Error (NULL, 0, 4003, "Resource", "Out of memory resources.", NULL);
503 EFI_ABORTED - Error in opening file
518 Error (NULL, 0, 2000, "Invalid parameter", "BSF INF file is invalid!");
525 Error (NULL, 0, 2000, "Invalid parameter", "File does not contain any valid information!");
993 Error (NULL, 0, 5003, "Invalid", "Can't update this component in FIT");
1076 Error (NULL, 0, 0001, "Error openin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c102 Print Error / Help message.
321 Error (NULL, 0, 0001, "Error opening file", InputFileName[Index]);
400 Error (NULL, 0, 0004, "Error reading file", InputFileName[Index]);
484 Error (NULL, 0, 1001, "Missing options", "no options input");
509 Error (NULL, 0, 1003, "Invalid option value", "file type is missing for -t option");
514 Error (NULL, 0, 1003, "Invalid option value", "%s is not a valid file type", argv[1]);
524 Error (NULL, 0, 1003, "Invalid option value", "Output file is missing for -o option");
536 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c201 Error (NULL, 0, 0001, "Error opening the input file", InputFileName);
208 Error (NULL, 0, 0004, "Error reading the input file", InputFileName);
217 Error (NULL, 0, 0003, "Error parsing the input file", InputFileName);
233 Error (NULL, 0, 0004, "Error reading the input file", InputFileName);
244 Error (NULL, 0, 0004, "Error readin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py54 Logger.Error("PackagingTool", FILE_OPEN_FAILURE,
59 Logger.Error("PackagingTool", FILE_CHECKSUM_FAILURE,
104 Logger.Error("PackagingTool", FILE_NOT_FOUND,
109 Logger.Error("PackagingTool", FILE_DECOMPRESS_FAILURE,
121 Logger.Error("PackagingTool", FILE_OPEN_FAILURE,
128 Logger.Error("PackagingTool", FILE_WRITE_FAILURE,
145 Logger.Error("PackagingTool", FILE_NOT_FOUND,
169 Logger.Error("PackagingTool", FILE_UNKNOWN_ERROR, \
227 Logger.Error("PackagingTool", FILE_COMPRESS_FAILURE,
239 Logger.Error("PackagingToo
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp106 return mFileSpec.Error();
119 return mFileSpec.Error();
129 return mFileSpec.Error();
151 return mFileSpec.Error();
173 return mFileSpec.Error();
199 return mFileSpec.Error();
220 return mFileSpec.Error();
229 NS_IMETHODIMP nsFileSpecImpl::Error() function in class:nsFileSpecImpl
232 return mFileSpec.Error();
258 return mFileSpec.Error();
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecImpl.cpp107 return mFileSpec.Error();
120 return mFileSpec.Error();
130 return mFileSpec.Error();
152 return mFileSpec.Error();
174 return mFileSpec.Error();
200 return mFileSpec.Error();
242 return mFileSpec.Error();
251 NS_IMETHODIMP nsFileSpecImpl::Error() function in class:nsFileSpecImpl
254 return mFileSpec.Error();
280 return mFileSpec.Error();
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBinaryObject.py151 Logger.Error("InfParser",
159 Logger.Error("InfParser",
173 Logger.Error("InfParser",
188 Logger.Error("InfParser",
200 Logger.Error("InfParser",
218 Logger.Error("InfParser",
230 Logger.Error("InfParser",
295 Logger.Error("InfParser",
303 Logger.Error("InfParser",
323 Logger.Error("InfParse
[all...]
H A DInfSoucesObject.py49 Logger.Error("InfParser",
60 Logger.Error("InfParser",
71 Logger.Error("InfParser",
81 Logger.Error("InfParser",
96 Logger.Error("InfParser",
108 Logger.Error("InfParser",
122 Logger.Error("InfParser",
132 Logger.Error("InfParser",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c335 Error (NULL, 0, 3000, "Invalid", "AcpiTable length check failed.", NULL);
364 Error (NULL, 0, 3000, "Invalid", "FACP revision check failed.");
368 Error (NULL, 0, 3000, "Invalid", "FACP length check failed.");
384 Error (NULL, 0, 3000, "Invalid", "FACS version check failed.");
390 Error (NULL, 0, 3000, "Invalid", "FACS length check failed.");
403 Error (NULL, 0, 3000, "Invalid", "DSDT length check failed.");
418 Error (NULL, 0, 3000, "Invalid", "APIC revision check failed.");
422 Error (NULL, 0, 3000, "Invalid", "APIC length check failed.");
435 Error (NULL, 0, 3000, "Invalid", "MCFG revision check failed.");
439 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiString.c247 goto Error;
275 goto Error;
298 goto Error;
306 goto Error;
329 Error:

Completed in 2322 milliseconds

12345678910