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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsLoadOption.c50 LoadOption->FilePathListLength = *(UINT16*)(EfiLoadOptionPtr + sizeof(UINT32));
56 if ((UINTN)((UINTN)LoadOption->FilePathList + LoadOption->FilePathListLength - EfiLoadOptionPtr) == EfiLoadOptionSize) {
60 LoadOption->OptionalData = (VOID*)((UINTN)(LoadOption->FilePathList) + LoadOption->FilePathListLength);
116 //UINT16 FilePathListLength;
140 // Ensure the FilePathListLength information is correct
141 ASSERT (GetDevicePathSize (BdsLoadOption->FilePathList) == BdsLoadOption->FilePathListLength);
144 BdsLoadOption->LoadOptionSize = sizeof(UINT32) + sizeof(UINT16) + DescriptionSize + BdsLoadOption->FilePathListLength + BdsLoadOption->OptionalDataSize;
162 *(UINT16*)EfiLoadOptionPtr = BdsLoadOption->FilePathListLength;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
H A DBootOption.c371 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
386 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
391 NewLoadContext->FilePathListLength
397 LoadOptionPtr += NewLoadContext->FilePathListLength;
404 NewLoadContext->FilePathListLength;
700 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
716 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
721 NewLoadContext->FilePathListLength
727 LoadOptionPtr += NewLoadContext->FilePathListLength;
734 NewLoadContext->FilePathListLength;
[all...]
H A DVariable.c543 NewLoadContext->FilePathListLength = (UINT16)GetDevicePathSize (LoadOption.FilePath);
661 NewLoadContext->FilePathListLength = (UINT16) GetDevicePathSize (LoadOption.FilePath);
H A DBootMaintenanceManager.h277 UINT16 FilePathListLength; member in struct:__anon6609
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
H A DVarCheckUefiLibNullClass.c59 UINT16 FilePathListLength; local
63 FilePathListLength = *((UINT16 *) ((UINTN) Data + sizeof (UINT32)));
84 if ((UINTN) FilePathList > (MAX_ADDRESS - FilePathListLength)) {
87 if (((UINTN) FilePathList + FilePathListLength) > ((UINTN) Data + DataSize)) {
90 if (FilePathListLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
93 if (!IsDevicePathValid (FilePathList, FilePathListLength)) {
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
H A DBdsLib.h27 UINT16 FilePathListLength; member in struct:__anon3555
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1008 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1020 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
1025 NewLoadContext->FilePathListLength
1037 LoadOptionPtr += NewLoadContext->FilePathListLength;
1044 NewLoadContext->FilePathListLength;
1556 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1571 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
1576 NewLoadContext->FilePathListLength
1588 LoadOptionPtr += NewLoadContext->FilePathListLength;
1595 NewLoadContext->FilePathListLength;
[all...]
H A DVariable.c616 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr);
803 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr);
H A DBootMaint.h280 UINT16 FilePathListLength; member in struct:__anon5684
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h2045 /// sizeof(UINT32) + sizeof(UINT16) + StrSize(Description) + FilePathListLength
2048 UINT16 FilePathListLength; member in struct:_EFI_LOAD_OPTION
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c526 *((UINT16 *) TempByteBuffer) = (UINT16)FilePathSize; // FilePathListLength
1080 // We expect the Attributes, FilePathListLength, and L'\0'-terminated
1101 if (LoadOption->FilePathListLength != 0) {
1107 LoadOption->FilePathListLength;

Completed in 177 milliseconds