Searched refs:PkgLength (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/ |
D | AmlOption.c | 154 UINTN PkgLength; in AmlParseOptionCommon() local 215 PkgOffset = AmlGetPkgLength(CurrentBuffer, &PkgLength); in AmlParseOptionCommon() 219 if (OpLength + PkgLength > MaxBufferSize) { in AmlParseOptionCommon() 222 MaxBufferSize = OpLength + PkgLength; in AmlParseOptionCommon() 226 PkgLength = 0; in AmlParseOptionCommon() 279 *DataSize = OpLength + PkgLength; in AmlParseOptionCommon()
|
D | AcpiSdt.h | 390 OUT UINTN *PkgLength
|
D | Aml.c | 246 OUT UINTN *PkgLength in AmlGetPkgLength() argument 299 *PkgLength = RealLength; in AmlGetPkgLength()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
D | Dsdt.c | 42 OUT UINTN *PkgLength in AmlGetPkgLength() argument 72 *PkgLength = Length; in AmlGetPkgLength()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrFormPkg.cpp | 381 UINT32 PkgLength = 0; in GenCFile() local 395 PkgLength = PkgHdr->Length + sizeof (UINT32); in GenCFile() 396 _WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (INT8 *)&PkgLength, sizeof (UINT32)); in GenCFile() 400 PkgLength = sizeof (EFI_HII_PACKAGE_HEADER); in GenCFile() 405 PkgLength += ReadSize; in GenCFile() 406 if (PkgLength < PkgHdr->Length) { in GenCFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrFormPkg.cpp | 435 UINT32 PkgLength = 0; in GenCFile() local 453 PkgLength = PkgHdr->Length + sizeof (UINT32) + 2; in GenCFile() 454 _WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&PkgLength, sizeof (UINT32)); in GenCFile() 456 PkgLength = 3; in GenCFile() 457 _WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&PkgLength, sizeof (UINT16)); in GenCFile() 460 PkgLength = PkgHdr->Length + sizeof (UINT32); in GenCFile() 461 _WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&PkgLength, sizeof (UINT32)); in GenCFile() 466 PkgLength = sizeof (EFI_HII_PACKAGE_HEADER); in GenCFile() 473 PkgLength += ReadSize; in GenCFile() 474 if (PkgLength < PkgHdr->Length) { in GenCFile() [all …]
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
D | Qemu.c | 214 UINT8 PkgLength; member
|