Searched defs:Error (Results 26 - 50 of 53) sorted by relevance

123

/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/Additions/x11/x11include/xorg-server-1.1.0/
H A DConfigint.h129 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DConfigint.h129 #define Error(a,b) do { \ macro
/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...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h81 CRPackErrorHandlerFunc Error; member in struct:CRPackContext_t
/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp224 static int Error(const char *pszMsgFmt, ...) function
267 return Error("The specified page count is too high: %#x (%#llx bytes)\n", g_cPages, (uint64_t)g_cPages * PAGE_SHIFT);
269 return Error("The specified page count is too low: %#x\n", g_cPages);
275 return Error("The number of iterations must be 1 or higher\n");
281 return Error("The specified pages-at-a-time count is out of range: %#x\n", cPagesAtATime);
328 return Error("cPages * cIterations -> overflow\n");
338 return Error("Error reading %zu bytes from %s at %llu: %Rrc\n", g_cbPages, pszPageFile, offPageFile, rc);
340 return Error("Error readin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp4.h137 /// Error packet header.
139 EFI_MTFTP4_ERROR_HEADER Error; member in union:__anon12225
H A DMtftp6.h200 /// Error message string.
217 EFI_MTFTP6_ERROR_HEADER Error; ///< Error packet header. member in union:__anon12237
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h232 // Error results returned from this interface have, in the low-order 16 bits,
397 PRBool Valid() const { return NS_SUCCEEDED(Error()); }
398 nsresult Error() const function in class:nsFileSpec
406 PRBool Failed() const { return (PRBool)NS_FAILED(Error()); }
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/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeData.h71 UINT16 Error; /* when read */ member in union:__anon10348
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h50 UINT16 Error; /* when read */ member in union:__anon12593
250 #define ERR BIT0 ///< Error
1543 Check Error Register for Error Information.
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h346 } Error, Term, SubDone; member in union:VMMDevState::__anon15974
/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/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h175 INT32 Error; ///< Soft error status, such as TCP_CONNECT_RESET member in struct:_TCP_CB
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpProto.h252 INT32 Error; ///< Soft error status, such as TCP_CONNECT_RESET. member in struct:_TCP_CONTROL_BLOCK
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c72 static __inline__ void Error(char *message) function
1262 Error("Can't write.");
1265 Error("Can't write.");
1268 Error("Can't write.");
1271 Error("Can't write.");
1274 Error("Can't write.");
1277 Error("Can't write."); /* output size of text */
1282 Error("Can't write."); /* output size of text */
1292 Error("Can't malloc");
1295 Error("Ca
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h88 void (*Error)( GLcontext *ctx ); member in struct:dd_function_table
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.h121 // This is the Input Error Message
293 EFI_STRING_ID Error; // For EFI_IFR_NO_SUBMIT_IF, EFI_IFR_INCONSISTENT_IF only member in struct:__anon11275
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h1511 mInconsistentIf->Error = EFI_STRING_ID_INVALID;
1514 VOID SetError (IN EFI_STRING_ID Error) { argument
1515 mInconsistentIf->Error = Error;
1526 mNoSubmitIf->Error = EFI_STRING_ID_INVALID;
1529 VOID SetError (IN EFI_STRING_ID Error) { argument
1530 mNoSubmitIf->Error = Error;
/vbox/include/VBox/
H A Dsettings.h243 typedef enum {Error, HardDisk, DVDImage, FloppyImage} MediaType; enumerator in enum:settings::ConfigFileBase::__anon249
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi50.h765 /// Corrected Platform Error Polling Table (CPEP)
783 /// Corrected Platform Error Polling Processor Structure Definition
1323 /// Boot Error Record Table (BERT)
1337 /// Boot Error Region Block Status Definition
1349 /// Boot Error Region Definition
1360 // Boot Error Severity types
1368 /// Generic Error Data Entry Definition
1382 /// Generic Error Data Entry Version (as defined in ACPI 5.0 spec.)
1387 /// HEST - Hardware Error Source Table
1400 // Error Sourc
1855 UINT8 Error:1; member in struct:__anon11592
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1115 EFI_STRING_ID Error; member in struct:_EFI_IFR_INCONSISTENT_IF
1120 EFI_STRING_ID Error; member in struct:_EFI_IFR_NO_SUBMIT_IF
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h1004 EFI_STRING_ID Error; member in struct:_EFI_IFR_INCONSISTENT_IF
1009 EFI_STRING_ID Error; member in struct:_EFI_IFR_NO_SUBMIT_IF
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h1096 EFI_STRING_ID Error; member in struct:_EFI_IFR_INCONSISTENT_IF
1101 EFI_STRING_ID Error; member in struct:_EFI_IFR_NO_SUBMIT_IF

Completed in 246 milliseconds

123