Searched refs:ErrorType (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c55 @param ErrorType A GUID that defines the format of the data returned in Buffer.
58 plus some additional data whose format is defined by ErrorType.
67 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
80 status information in ErrorType, BufferSize,and Buffer.
92 OUT EFI_GUID **ErrorType,
109 ErrorType == NULL ||
147 *ErrorType = NULL;
225 *ErrorType = &gEfiCallerIdGuid;
86 IDEBusDriverDiagnosticsRunDiagnostics( IN EFI_DRIVER_DIAGNOSTICS_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN EFI_DRIVER_DIAGNOSTIC_TYPE DiagnosticType, IN CHAR8 *Language, OUT EFI_GUID **ErrorType, OUT UINTN *BufferSize, OUT CHAR16 **Buffer ) argument
H A DIdeBus.h321 @param ErrorType A GUID that defines the format of the data returned in Buffer.
324 plus some additional data whose format is defined by ErrorType.
333 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
346 status information in ErrorType, BufferSize,and Buffer.
358 OUT EFI_GUID **ErrorType,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverDiagnostics.h66 @param ErrorType A GUID that defines the format of the data returned in Buffer.
70 ErrorType. Buffer is allocated by this function with
79 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
92 the status information in ErrorType, BufferSize,
106 OUT EFI_GUID **ErrorType,
H A DDriverDiagnostics2.h49 @param ErrorType A GUID that defines the format of the data returned in Buffer.
53 ErrorType. Buffer is allocated by this function with
65 @retval EFI_INVALID_PARAMETER ErrorType is NULL.
78 the status information in ErrorType, BufferSize,
92 OUT EFI_GUID **ErrorType,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvDiag.c68 EFI_GUID *ErrorType; local
90 ErrorType = NULL;
208 &ErrorType,
246 &ErrorType,
272 if (ErrorType!=NULL) {
273 FreePool(ErrorType);
274 ErrorType = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h291 UINT8 ErrorType; member in struct:__anon11316
540 UINT64 ErrorType:3; member in struct:__anon11320
575 EFI_GUID ErrorType; member in struct:__anon11322
812 UINT8 ErrorType; member in struct:__anon11329
983 UINT8 ErrorType; member in struct:__anon11337
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A Dc.py77 # @param ErrorType: Type of error
82 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
89 GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = ItemId)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbios.h309 UINT8 ErrorType; member in struct:__anon12855
459 UINT8 ErrorType; member in struct:__anon12870
H A DQueryTable.h533 @param[in] ErrorType The key of the structure.
538 IN UINT8 ErrorType,
H A DQueryTable.c3731 @param[in] ErrorType The key of the structure.
3736 IN UINT8 ErrorType,
3741 PRINT_INFO_OPTION (ErrorType, Option);
3742 PRINT_TABLE_ITEM (MemoryErrorTypeTable, ErrorType);
3735 DisplayMemoryErrorType( IN UINT8 ErrorType, IN UINT8 Option ) argument
H A DPrintInfo.c613 DisplayMemoryErrorType (Struct->Type18->ErrorType, Option);
773 DisplayMemoryErrorType (Struct->Type33->ErrorType, Option);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py58 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
65 GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
1654 ErrorType = ERROR_DECLARATION_DATA_TYPE_CHECK_ALL
1656 ErrorType = ERROR_DECLARATION_DATA_TYPE_CHECK_STRUCTURE_DECLARATION
1658 ErrorType = ERROR_DECLARATION_DATA_TYPE_CHECK_ENUMERATED_TYPE
1660 ErrorType = ERROR_DECLARATION_DATA_TYPE_CHECK_UNION_TYPE
1723 PrintErrorMsg(ErrorType, 'Typedef should be UPPER case', FileTable, Td[5])
1727 PrintErrorMsg(ErrorType, 'Typedef should be UPPER case', FileTable, Td[5])
1764 PrintErrorMsg(ErrorType, 'Typedef should be UPPER case', FileTable, Td[5])
1768 PrintErrorMsg(ErrorType, 'Typede
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBios.h1562 UINT8 ErrorType; ///< The enumeration value from MEMORY_ERROR_TYPE. member in struct:__anon11862
1923 UINT8 ErrorType; ///< The enumeration value from MEMORY_ERROR_TYPE. member in struct:__anon11885

Completed in 70 milliseconds