Searched refs:GetNextDevicePathInstance (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathUtilities.c182 return GetNextDevicePathInstance (DevicePath, Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h185 EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE GetNextDevicePathInstance; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h362 GetNextDevicePathInstance (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c484 GetNextDevicePathInstance ( function
490 return mDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c118 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
H A DBdsMisc.c961 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
980 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
1016 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
1032 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
H A DBdsConsole.c133 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
378 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size);
H A DBdsBoot.c1068 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c827 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
859 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c340 while (GetNextDevicePathInstance (&DevicePath, &Size) != NULL) {
H A DConsoleOption.c845 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c318 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
333 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
1515 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize);
1558 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c583 GetNextDevicePathInstance ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c479 Instance = GetNextDevicePathInstance (&DevicePath, &Size);

Completed in 1007 milliseconds