Home
last modified time | relevance | path

Searched refs:StructLength (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DPxe.h123 UINT8 StructLength; ///< Length of this structure in bytes. member
139 UINT8 StructLength; ///< Length of this structure in bytes. member
154 UINT8 StructLength; ///< Length of this structure in bytes. member
201 UINT8 StructLength; ///< Length of PXE-2.0 Entry Point structure in bytes. member
DMisc.c142 DisplayPointer->StructLength) in Print_ROMID_Table()
240 DisplayPointer->StructLength) in Print_PXE_Table()
384 DisplayPointer->StructLength) in Print_PXENV_Table()
472 if ((UINTN) (OPTION_ROM_PTR->PxeRomIdOffset + RomIdTableAddress->StructLength) > RomLength) { in LaunchBaseCode()
487 if (CalculateSum8 ((UINT8 *) RomIdTableAddress, RomIdTableAddress->StructLength) != 0) { in LaunchBaseCode()
776 if (CalculateSum8 ((UINT8 *) Pxe, Pxe->StructLength) != 0) { in LaunchBaseCode()
781 if (Pxe->StructLength < (UINT8 *) &Pxe->FirstSelector - (UINT8 *) Pxe->Signature) { in LaunchBaseCode()