HomeSort by relevance Sort by last modified time
    Searched refs:EFI_DEBUG_ASSERT_DATA (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 131 EFI_DEBUG_ASSERT_DATA *AssertData;
142 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameLength + 1 + DescriptionLength + 1;
145 // Fill in EFI_DEBUG_ASSERT_DATA
147 AssertData = (EFI_DEBUG_ASSERT_DATA *)Buffer;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
ReportStatusCode.c 191 EFI_DEBUG_ASSERT_DATA *AssertData;
198 TotalSize = sizeof (EFI_STATUS_CODE_DATA) + sizeof (EFI_DEBUG_ASSERT_DATA);
208 AssertData = (EFI_DEBUG_ASSERT_DATA *)
216 // Fill in EFI_DEBUG_ASSERT_DATA
266 EFI_DEBUG_ASSERT_DATA *AssertData;
282 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 267 EFI_DEBUG_ASSERT_DATA *AssertData;
278 HeaderSize = sizeof (EFI_DEBUG_ASSERT_DATA);
314 // Fill in EFI_DEBUG_ASSERT_DATA
316 AssertData = (EFI_DEBUG_ASSERT_DATA *)Buffer;
318 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 260 EFI_DEBUG_ASSERT_DATA *AssertData;
271 HeaderSize = sizeof (EFI_DEBUG_ASSERT_DATA);
307 // Fill in EFI_DEBUG_ASSERT_DATA
309 AssertData = (EFI_DEBUG_ASSERT_DATA *)Buffer;
311 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA);
  /device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
ReportStatusCodeLib.c 178 EFI_DEBUG_ASSERT_DATA *AssertData;
188 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
ReportStatusCode.c 85 EFI_DEBUG_ASSERT_DATA *AssertData;
95 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 108 EFI_DEBUG_ASSERT_DATA *AssertData;
118 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 220 EFI_DEBUG_ASSERT_DATA *AssertData;
230 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/
ReportStatusCodeLib.c 168 EFI_DEBUG_ASSERT_DATA *AssertData;
178 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 200 EFI_DEBUG_ASSERT_DATA *AssertData;
210 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 211 EFI_DEBUG_ASSERT_DATA *AssertData;
221 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 208 EFI_DEBUG_ASSERT_DATA *AssertData;
218 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/
ReportStatusCodeLib.c 180 EFI_DEBUG_ASSERT_DATA *AssertData;
190 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/
ReportStatusCodeLib.c 197 EFI_DEBUG_ASSERT_DATA *AssertData;
207 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 354 } EFI_DEBUG_ASSERT_DATA;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 117 /// - EFI_DEBUG_ASSERT_DATA
648 /// sizeof (EFI_DEBUG_ASSERT_DATA) - HeaderSize , and
665 } EFI_DEBUG_ASSERT_DATA;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 345 EFI_DEBUG_ASSERT_DATA *AssertData;
355 AssertData = (EFI_DEBUG_ASSERT_DATA *)(Data + 1);

Completed in 360 milliseconds