Home
last modified time | relevance | path

Searched refs:ExtendedData (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DReportStatusCodeLib.h250 IN CONST VOID *ExtendedData,
305 IN CONST VOID *ExtendedData OPTIONAL,
446 #define REPORT_STATUS_CODE_WITH_EXTENDED_DATA(Type,Value,ExtendedData,ExtendedDataSize) \ argument
448 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
450 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
452 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
483 #define REPORT_STATUS_CODE_EX(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDa… argument
485 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
487 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
489 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
DReportStatusCodeLib.c319 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
323 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
331 ExtendedData, in ReportStatusCodeWithExtendedData()
387 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
393 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
394 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
414 if (ExtendedData != NULL) { in ReportStatusCodeEx()
415 CopyMem (mStatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueReportStatusCodeLib.h423 IN CONST VOID *ExtendedData,
477 IN CONST VOID *ExtendedData OPTIONAL,
614 #define REPORT_STATUS_CODE_WITH_EXTENDED_DATA(Type,Value,ExtendedData,ExtendedDataSize) \ argument
616 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
618 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
620 ReportStatusCodeWithExtendedData(Type,Value,ExtendedData,ExtendedDataSize) : \
650 #define REPORT_STATUS_CODE_EX(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDa… argument
652 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
654 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
656 …ReportStatusCodeEx(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize) …
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DReportStatusCode.c206 EFI_STATUS_CODE_DATA *ExtendedData; in ReportStatusCodeWithDevicePath() local
212 ExtendedData = (EFI_STATUS_CODE_DATA *) EfiLibAllocatePool (Size); in ReportStatusCodeWithDevicePath()
213 if (ExtendedData == NULL) { in ReportStatusCodeWithDevicePath()
217 …endedDevicePath = EfiConstructStatusCodeData (Size, &gEfiStatusCodeSpecificDataGuid, ExtendedData); in ReportStatusCodeWithDevicePath()
220 … = EfiLibReportStatusCode (Type, Value, Instance, CallerId, (EFI_STATUS_CODE_DATA *) ExtendedData); in ReportStatusCodeWithDevicePath()
222 gBS->FreePool (ExtendedData); in ReportStatusCodeWithDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/
DReportStatusCodeLib.c389 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
393 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
401 ExtendedData, in ReportStatusCodeWithExtendedData()
456 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
466 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
470 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
487 if (ExtendedData != NULL) { in ReportStatusCodeEx()
488 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/
DReportStatusCodeLib.c362 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
366 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
374 ExtendedData, in ReportStatusCodeWithExtendedData()
430 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
437 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
438 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
461 if (ExtendedData != NULL) { in ReportStatusCodeEx()
462 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/
DReportStatusCodeLib.c374 IN CONST VOID *ExtendedData, in GlueReportStatusCodeWithExtendedData() argument
378 ASSERT (ExtendedData != NULL); in GlueReportStatusCodeWithExtendedData()
386 ExtendedData, in GlueReportStatusCodeWithExtendedData()
441 IN CONST VOID *ExtendedData OPTIONAL, in GlueReportStatusCodeEx()
448 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in GlueReportStatusCodeEx()
449 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in GlueReportStatusCodeEx()
461 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in GlueReportStatusCodeEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/
DReportStatusCodeLib.c419 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
423 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
431 ExtendedData, in ReportStatusCodeWithExtendedData()
487 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
496 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
497 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
545 if (ExtendedData != NULL) { in ReportStatusCodeEx()
546 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
DReportStatusCodeLib.c422 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
426 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
434 ExtendedData, in ReportStatusCodeWithExtendedData()
490 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
499 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
500 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
548 if (ExtendedData != NULL) { in ReportStatusCodeEx()
549 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
DDxeSupport.c124 IN CONST VOID *ExtendedData OPTIONAL, in InternalReportStatusCodeEx()
131 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in InternalReportStatusCodeEx()
132 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in InternalReportStatusCodeEx()
160 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in InternalReportStatusCodeEx()
DReportStatusCodeLib.c384 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
388 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
396 ExtendedData, in ReportStatusCodeWithExtendedData()
452 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
464 ExtendedData, in ReportStatusCodeEx()
DReportStatusCodeLibInternal.h111 IN CONST VOID *ExtendedData OPTIONAL,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/
DReportStatusCodeLib.c431 IN CONST VOID *ExtendedData, in GlueReportStatusCodeWithExtendedData() argument
435 ASSERT (ExtendedData != NULL); in GlueReportStatusCodeWithExtendedData()
443 ExtendedData, in GlueReportStatusCodeWithExtendedData()
498 IN CONST VOID *ExtendedData OPTIONAL, in GlueReportStatusCodeEx()
505 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in GlueReportStatusCodeEx()
506 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in GlueReportStatusCodeEx()
530 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in GlueReportStatusCodeEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
DReportStatusCodeLib.c556 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
560 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
568 ExtendedData, in ReportStatusCodeWithExtendedData()
624 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()
632 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in ReportStatusCodeEx()
633 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in ReportStatusCodeEx()
668 if (ExtendedData != NULL) { in ReportStatusCodeEx()
669 CopyMem (StatusCodeData + 1, ExtendedData, ExtendedDataSize); in ReportStatusCodeEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
DReportStatusCodeLib.c411 IN CONST VOID *ExtendedData, in GlueReportStatusCodeWithExtendedData() argument
415 ASSERT (ExtendedData != NULL); in GlueReportStatusCodeWithExtendedData()
423 ExtendedData, in GlueReportStatusCodeWithExtendedData()
479 IN CONST VOID *ExtendedData OPTIONAL, in GlueReportStatusCodeEx()
491 ExtendedData, in GlueReportStatusCodeEx()
DSmmRuntimeDxeSupport.c316 IN CONST VOID *ExtendedData OPTIONAL, in InternalReportStatusCodeEx()
320 ASSERT (!((ExtendedData == NULL) && (ExtendedDataSize != 0))); in InternalReportStatusCodeEx()
321 ASSERT (!((ExtendedData != NULL) && (ExtendedDataSize == 0))); in InternalReportStatusCodeEx()
340 CopyMem (mStatusCodeData + 1, ExtendedData, ExtendedDataSize); in InternalReportStatusCodeEx()
DReportStatusCodeLibInternal.h121 IN CONST VOID *ExtendedData OPTIONAL,
/device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/
DBaseReportStatusCodeLib.c261 IN CONST VOID *ExtendedData, in ReportStatusCodeWithExtendedData() argument
265 ASSERT (ExtendedData != NULL); in ReportStatusCodeWithExtendedData()
320 IN CONST VOID *ExtendedData OPTIONAL, in ReportStatusCodeEx()