Searched defs:FilePathSize (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c277 UINT32 FilePathSize; local
302 FilePathSize = (UINT32) GetDevicePathSize (FilePath);
307 EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
341 ImageLoad->LengthOfDevicePath = FilePathSize;
342 CopyMem (ImageLoad->DevicePath, FilePath, FilePathSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c1176 UINT16 FilePathSize; local
1207 FilePathSize = *(UINT16 *) Ptr;
1216 Ptr += FilePathSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c1046 UINTN FilePathSize; local
1169 FilePathSize = GetDevicePathSize (HandleFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
1170 FilePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *)FilePath) + FilePathSize );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c309 UINTN FilePathSize; local
379 FilePathSize = GetDevicePathSize (HandleFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
380 FilePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *)FilePath) + FilePathSize );
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c150 UINTN DescSize, FilePathSize; local
362 FilePathSize = GetDevicePathSize (FilePath);
364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
370 *((UINT16 *) TempByteBuffer) = (UINT16)FilePathSize; // FilePathListLength
375 CopyMem (TempByteBuffer, FilePath, FilePathSize);
382 sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c150 UINTN DescSize, FilePathSize; local
362 FilePathSize = GetDevicePathSize (FilePath);
364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
370 *((UINT16 *) TempByteBuffer) = (UINT16)FilePathSize; // FilePathListLength
375 CopyMem (TempByteBuffer, FilePath, FilePathSize);
382 sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c516 UINT16 FilePathSize; local
534 FilePathSize = *(UINT16 *) TempPtr;
547 TempPtr += FilePathSize;
552 if ((FilePathSize == 0) || (TempSize == 0)) {
557 if (TempSize + FilePathSize + sizeof (UINT16) + sizeof (UINT16) > VariableSize) {
563 while (FilePathSize > 0) {
564 TempSize = GetDevicePathSizeEx (TempPath, FilePathSize);
569 FilePathSize = (UINT16) (FilePathSize - TempSize);
622 UINT16 FilePathSize; local
[all...]

Completed in 48 milliseconds