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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
H A DCapsuleCoalesce.c227 if (IsOverlapped (MemBase, DataSize, (UINT8 *) (UINTN) CurrDesc->Union.DataBlock, (UINTN) CurrDesc->Length)) {
232 MemBase = (UINT8 *) ((UINTN) CurrDesc->Union.DataBlock) + CurrDesc->Length;
244 CurrDesc = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) CurrDesc->Union.ContinuationPointer;
287 DEBUG ((EFI_D_INFO, "Ptr->Union - 0x%x\n", Ptr->Union.ContinuationPointer));
288 while ((Ptr->Length != 0) || (Ptr->Union.ContinuationPointer != (EFI_PHYSICAL_ADDRESS) (UINTN) NULL)) {
308 if (Ptr->Union.ContinuationPointer > MAX_ADDRESS) {
309 DEBUG ((EFI_D_ERROR, "ERROR: Ptr->Union.ContinuationPointer(0x%lx) > MAX_ADDRESS\n", Ptr->Union.ContinuationPointer));
316 Ptr = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) Ptr->Union
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DEfiCapsule.h47 } Union; member in struct:__anon4358
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py33 class __mbstate_t(Union):
190 class N12asn1_type_st4DOLLAR_11E(Union):
488 class N6DES_ks3DOLLAR_9E(Union):
505 class N23_ossl_old_des_ks_struct4DOLLAR_10E(Union):
613 class N11evp_pkey_st4DOLLAR_12E(Union):
1031 class N8pkcs7_st4DOLLAR_15E(Union):
1653 class N18x509_attributes_st4DOLLAR_13E(Union):
1916 class N14x509_object_st4DOLLAR_14E(Union):
2291 class sigval(Union):
2328 class __sigaction_u(Union)
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
H A DPeImage.h754 // Union of PE32, PE32+, and TE headers
766 EFI_IMAGE_OPTIONAL_HEADER_UNION *Union; member in union:__anon3650
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiImage.h691 // Union of PE32, PE32+, and TE headers
703 EFI_IMAGE_OPTIONAL_HEADER_UNION *Union; member in union:__anon4016
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DPeImage.h741 /// Union of PE32, PE32+, and TE headers.
753 EFI_IMAGE_OPTIONAL_HEADER_UNION *Union; member in union:__anon7375
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h1595 } Union; member in struct:__anon8331
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
H A DBasePeCoff.c222 Hdr.Union = &HdrData;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DPeCoffLoader.c389 Hdr.Union = &HdrData;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c3332 Hdr.Union = &HdrData;
3717 Hdr.Union = &HdrData;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c3347 Hdr.Union = &HdrData;
3834 Hdr.Union = &HdrData;
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c619 Hdr.Union = &HdrData;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1313 Hdr.Union = &HdrData;

Completed in 350 milliseconds