/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 625 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 755 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 757 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 758 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 759 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 760 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 761 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/GenSec/ |
H A D | GenSec.c | 632 EFI_COMPRESSION_SECTION2 *CompressionSect2; in GenSectionCompressionSection() local 770 CompressionSect2 = (EFI_COMPRESSION_SECTION2 *)FileBuffer; in GenSectionCompressionSection() 772 memset(CompressionSect2->CommonHeader.Size, 0xff, sizeof(UINT8) * 3); in GenSectionCompressionSection() 773 CompressionSect2->CommonHeader.Type = EFI_SECTION_COMPRESSION; in GenSectionCompressionSection() 774 CompressionSect2->CommonHeader.ExtendedSize = TotalLength; in GenSectionCompressionSection() 775 CompressionSect2->CompressionType = SectCompSubType; in GenSectionCompressionSection() 776 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()
|