OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PkgLength
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlOption.c
154
UINTN
PkgLength
;
212
// 2. Skip
PkgLength
field, if have
215
PkgOffset = AmlGetPkgLength(CurrentBuffer, &
PkgLength
);
217
// Override MaxBufferSize if it is valid
PkgLength
219
if (OpLength +
PkgLength
> MaxBufferSize) {
222
MaxBufferSize = OpLength +
PkgLength
;
226
PkgLength
= 0;
279
*DataSize = OpLength +
PkgLength
;
412
// We need skip
PkgLength
if no Option
AcpiSdt.h
128
#define AML_HAS_PKG_LENGTH 0x1 // It is ACPI attribute - if OpCode has
PkgLength
383
@param[out]
PkgLength
The total length of package.
390
OUT UINTN *
PkgLength
Aml.c
239
@param[out]
PkgLength
The total length of package.
246
OUT UINTN *
PkgLength
256
// <bit 5-4: Only used if
PkgLength
< 63>
260
// If the
PkgLength
has only one byte, bit 0 through 5 are used to encode the
299
*
PkgLength
= RealLength;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Dsdt.c
42
OUT UINTN *
PkgLength
72
*
PkgLength
= Length;
110
// AML encoding:
PkgLength
119
MacAddrPkg[1] == 0x0E && //
PkgLength
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp
381
UINT32
PkgLength
= 0;
395
PkgLength
= PkgHdr->Length + sizeof (UINT32);
396
_WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (INT8 *)&
PkgLength
, sizeof (UINT32));
400
PkgLength
= sizeof (EFI_HII_PACKAGE_HEADER);
405
PkgLength
+= ReadSize;
406
if (
PkgLength
< PkgHdr->Length) {
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.cpp
435
UINT32
PkgLength
= 0;
453
PkgLength
= PkgHdr->Length + sizeof (UINT32) + 2;
454
_WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&
PkgLength
, sizeof (UINT32));
456
PkgLength
= 3;
457
_WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&
PkgLength
, sizeof (UINT16));
460
PkgLength
= PkgHdr->Length + sizeof (UINT32);
461
_WRITE_PKG_LINE(pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&
PkgLength
, sizeof (UINT32));
466
PkgLength
= sizeof (EFI_HII_PACKAGE_HEADER);
473
PkgLength
+= ReadSize;
474
if (
PkgLength
< PkgHdr->Length) {
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c
214
UINT8
PkgLength
;
335
0x0A, //
PkgLength
Completed in 427 milliseconds