Searched defs:Error (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlogger.c69 static void Error(const char* msg) function
72 } /* Error */
134 Error("Access: Cannot create log file");
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.h34 Error, /* Utf8Str string (may be null but must present) */ enumerator in enum:SVCHlpMsg::Code
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c523 BOOLEAN Error; local
526 Error = FALSE;
549 Error = TRUE;
564 Error = TRUE;
579 return Error;
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c84 BOOLEAN Error; local
96 Error = (BOOLEAN)(Duration > Measurement->EndTimeStamp);
100 Error = (BOOLEAN)(Duration > Measurement->StartTimeStamp);
103 if (Error) {
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp56 static int Error(const char *pszFormat, ...);
100 Error("SUPR3LoadServiceModule(%s): %Rrc\n", szPath, rc);
103 Error("RTPathAppPrivateArch: %Rrc\n", rc);
117 Error("SUPR3CallR0Service: %Rrc\n", rc);
132 static int Error(const char *pszFormat, ...) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DConfigint.h121 #define Error(...) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DConfigint.h128 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DConfigint.h128 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DConfigint.h131 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DConfigint.h129 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DConfigint.h125 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DConfigint.h125 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DConfigint.h125 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DConfigint.h122 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DConfigint.h122 #define Error(a,b) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DConfigint.h122 #define Error(...) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DConfigint.h119 #define Error(...) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DConfigint.h119 #define Error(...) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DConfigint.h119 #define Error(...) do { \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DConfigint.h121 #define Error(...) do { \ macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptPkcs7.c41 INTN Error; local
46 Error = (INTN) X509_STORE_CTX_get_error (Context);
58 if ((Error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT) ||
59 (Error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY)) {
77 if (Error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY) {
92 if ((Error == X509_V_ERR_CERT_UNTRUSTED) ||
93 (Error == X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE)) {
402 @retval FALSE Error occurs during the operation.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h63 UINT16 Error; /* when read */ member in union:__anon10823
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c465 // Error - end of buffer reached
1096 @param [in] Error Error number for the packet
1106 IN UINT16 Error,
1122 pBuffer[2] = (UINT8)( Error >> 8 );
1123 pBuffer[3] = (UINT8)Error;
1103 TftpSendError( IN TSDT_TFTP_SERVER * pTftpServer, IN TSDT_CONNECTION_CONTEXT * pContext, IN UINT16 Error, IN UINT8 * pError ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c54 Error ( function
479 // Error and Warning Information.
616 Error (UtilityName, 0, 0, "application error", "utility name length exceeds internal buffer size");
624 Error (NULL, 0, 0, "application error", "SetUtilityName() called with NULL utility name");
635 When you call Error() or Warning(), this module keeps track of it and
817 Error (NULL, 0, 0, "error/warning print limit exceeded", NULL);
880 Error (NULL, 0, 1234, NULL, NULL);
882 Error (NULL, 0, 1234, "Text1", NULL);
884 Error (NULL, 0, 1234, NULL, "Text2");
886 Error (NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py214 def Error(ToolName, ErrorCode, Message=None, File=None, Line=None, \
215 ExtraData=None, RaiseError=IS_RAISE_ERROR): function

Completed in 175 milliseconds

123