Home
last modified time | relevance | path

Searched refs:FilePathListLength (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsLoadOption.c50 LoadOption->FilePathListLength = *(UINT16*)(EfiLoadOptionPtr + sizeof(UINT32)); in BootOptionParseLoadOption()
56 …if ((UINTN)((UINTN)LoadOption->FilePathList + LoadOption->FilePathListLength - EfiLoadOptionPtr) =… in BootOptionParseLoadOption()
60 …on->OptionalData = (VOID*)((UINTN)(LoadOption->FilePathList) + LoadOption->FilePathListLength); in BootOptionParseLoadOption()
141 ASSERT (GetDevicePathSize (BdsLoadOption->FilePathList) == BdsLoadOption->FilePathListLength); in BootOptionToLoadOptionVariable()
144 …sizeof(UINT32) + sizeof(UINT16) + DescriptionSize + BdsLoadOption->FilePathListLength + BdsLoadOpt… in BootOptionToLoadOptionVariable()
162 *(UINT16*)EfiLoadOptionPtr = BdsLoadOption->FilePathListLength; in BootOptionToLoadOptionVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootOption.c371 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetBootOptions()
386 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()
391 NewLoadContext->FilePathListLength in BOpt_GetBootOptions()
397 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()
404 NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()
700 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetDriverOptions()
716 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetDriverOptions()
721 NewLoadContext->FilePathListLength in BOpt_GetDriverOptions()
727 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
734 NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
DVariable.c543 NewLoadContext->FilePathListLength = (UINT16)GetDevicePathSize (LoadOption.FilePath); in Var_UpdateDriverOption()
661 NewLoadContext->FilePathListLength = (UINT16) GetDevicePathSize (LoadOption.FilePath); in Var_UpdateBootOption()
DBootMaintenanceManager.h277 UINT16 FilePathListLength; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
DVarCheckUefiLibNullClass.c59 UINT16 FilePathListLength; in InternalVarCheckLoadOption() local
63 FilePathListLength = *((UINT16 *) ((UINTN) Data + sizeof (UINT32))); in InternalVarCheckLoadOption()
84 if ((UINTN) FilePathList > (MAX_ADDRESS - FilePathListLength)) { in InternalVarCheckLoadOption()
87 if (((UINTN) FilePathList + FilePathListLength) > ((UINTN) Data + DataSize)) { in InternalVarCheckLoadOption()
90 if (FilePathListLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in InternalVarCheckLoadOption()
93 if (!IsDevicePathValid (FilePathList, FilePathListLength)) { in InternalVarCheckLoadOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootOption.c1008 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetBootOptions()
1020 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()
1025 NewLoadContext->FilePathListLength in BOpt_GetBootOptions()
1037 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()
1044 NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()
1556 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetDriverOptions()
1571 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetDriverOptions()
1576 NewLoadContext->FilePathListLength in BOpt_GetDriverOptions()
1588 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
1595 NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
DVariable.c616 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr); in Var_UpdateDriverOption()
803 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr); in Var_UpdateBootOption()
DBootMaint.h280 UINT16 FilePathListLength; member
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DBdsLib.h27 UINT16 FilePathListLength; member
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h2048 UINT16 FilePathListLength; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1101 if (LoadOption->FilePathListLength != 0) { in BcfgDisplayDump()
1107 LoadOption->FilePathListLength; in BcfgDisplayDump()