Searched refs:GetDevicePathSize (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c133 DevicePathSize = GetDevicePathSize (DevicePath);
134 if (DevicePathSize == GetDevicePathSize (DevicePathStackItem->DevicePath)) {
733 VariableIndex = VariableIndex + GetDevicePathSize (ControllerDevicePath);
752 VariableIndex = VariableIndex + GetDevicePathSize (DriverDevicePath);
813 DevicePathSize = GetDevicePathSize (OverrideItem->ControllerDevicePath);
825 DevicePathSize = GetDevicePathSize (DriverImageInfo->DriverImagePath);
1020 CopyMem (VariableIndex, OverrideItem->ControllerDevicePath, GetDevicePathSize (OverrideItem->ControllerDevicePath));
1021 VariableIndex += GetDevicePathSize (OverrideItem->ControllerDevicePath); // pass ControllerDevicePath
1033 CopyMem (VariableIndex, DriverImageInfo->DriverImagePath, GetDevicePathSize (DriverImageInfo->DriverImagePath));
1034 VariableIndex += GetDevicePathSize (DriverImageInf
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c291 GetDevicePathSize ( function
342 Size = GetDevicePathSize (DevicePath);
405 Size1 = GetDevicePathSize (FirstDevicePath);
406 Size2 = GetDevicePathSize (SecondDevicePath);
534 SrcSize = GetDevicePathSize (DevicePath);
535 InstanceSize = GetDevicePathSize (DevicePathInstance);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c338 GetDevicePathSize (OutDevicePath),
350 GetDevicePathSize (InpDevicePath),
362 GetDevicePathSize (ErrDevicePath),
465 GetDevicePathSize (ConDevicePath),
575 BufferSize += GetDevicePathSize (CallbackData->LoadContext->FilePathList);
604 *((UINT16 *) Ptr) = (UINT16) GetDevicePathSize (CallbackData->LoadContext->FilePathList);
627 GetDevicePathSize (CallbackData->LoadContext->FilePathList)
630 NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->FilePathList));
636 GetDevicePathSize (CallbackData->LoadContext->FilePathList)
654 Ptr += (UINT8) GetDevicePathSize (CallbackDat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathUtilities.c34 return GetDevicePathSize (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h180 EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE GetDevicePathSize; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c62 Size1 = GetDevicePathSize (DevicePath1);
63 Size2 = GetDevicePathSize (DevicePath2);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c301 Size = GetDevicePathSize (DevicePath);
307 DPSize = GetDevicePathSize (Dp);
529 DPSize = GetDevicePathSize (Dp);
611 DPSize = GetDevicePathSize (Dp);
621 DPSize = GetDevicePathSize (Dp);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h222 GetDevicePathSize (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c784 Size = GetDevicePathSize (UsbDevicePathBeginPtr);
785 Size -= GetDevicePathSize (UsbDevicePathEndPtr);
845 UsbDpDevicePathSize = GetDevicePathSize (UsbDP);
846 if (UsbDpDevicePathSize == GetDevicePathSize (ListItem->DevicePath)) {
1246 FirstDevicePathSize = GetDevicePathSize (WantedListItem->DevicePath);
1247 if (FirstDevicePathSize == GetDevicePathSize (DevicePathPtr)) {
1251 GetDevicePathSize (DevicePathPtr)) == 0
1344 (GetDevicePathSize (Bus->DevicePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c319 GetDevicePathSize ( function
323 return mDevicePathUtilities->GetDevicePathSize (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c282 if (CompareMem (OptionDevicePath, DevicePath, GetDevicePathSize (OptionDevicePath)) == 0) {
305 OptionSize += GetDevicePathSize (DevicePath);
312 *(UINT16 *) TempPtr = (UINT16) GetDevicePathSize (DevicePath);
316 CopyMem (TempPtr, DevicePath, GetDevicePathSize (DevicePath));
732 Option->DevicePath = AllocateZeroPool (GetDevicePathSize (DevicePath));
734 CopyMem (Option->DevicePath, DevicePath, GetDevicePathSize (DevicePath));
962 SingleDpSize = GetDevicePathSize (Single) - END_DEVICE_PATH_LENGTH;
H A DBdsBoot.c143 (CompareMem (OptionToCheck->DevicePath, BootOption->DevicePath, GetDevicePathSize (OptionToCheck->DevicePath)) == 0))
407 ParentSize = (ParentDevicePath == NULL) ? 0 : GetDevicePathSize (ParentDevicePath);
430 Size = GetDevicePathSize (UsbIoDevicePath);
754 Option->DevicePath = AllocateZeroPool (GetDevicePathSize (DevicePath));
756 CopyMem (Option->DevicePath, DevicePath, GetDevicePathSize (DevicePath));
1119 GetDevicePathSize (CachedDevicePath),
1218 GetDevicePathSize (CachedDevicePath),
1366 DevicePathSize = GetDevicePathSize (DevicePath);
1396 OptionDevicePathSize = GetDevicePathSize (OptionDevicePath);
2216 Size = GetDevicePathSize(UpdatedDevicePat
[all...]
H A DBdsConsole.c294 DevicePathSize = GetDevicePathSize (NewDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c276 GetDevicePathSize (DevicePath)
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c434 OffSet += GetDevicePathSize (Path);
625 PathSize = GetDevicePathSize (ImageDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c379 GetDevicePathSize (DevicePath)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c376 GetDevicePathSize (DevicePath)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c490 Size = GetDevicePathSize (TmpDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c507 GetDevicePathSize (DevicePath)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c236 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, GetDevicePathSize(DevPath), DevPath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DConnect.c139 ; DevPathWalker += GetDevicePathSize(DevPathWalker)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c379 FilePathSize = GetDevicePathSize (HandleFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
559 Status = gBS->AllocatePool (EfiBootServicesData, GetDevicePathSize (FilePath), (VOID **)&DriverEntry->LoadedImage->FilePath);
567 CopyMem (DriverEntry->LoadedImage->FilePath, FilePath, GetDevicePathSize (FilePath));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c971 GetDevicePathSize (NewVariableDevicePath),
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1456 VariableSize = GetDevicePathSize (Variable);
1564 VariableSize = GetDevicePathSize (NewVariable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c2176 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) DevicePath),
2796 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
3081 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
3294 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
4013 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) DevicePath),

Completed in 152 milliseconds

12