Lines Matching refs:NewDevicePath
104 OUT EFI_DEVICE_PATH** NewDevicePath in BdsGetDeviceUsb() argument
142 … *NewDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePathNode (RemovableDevicePath)); in BdsGetDeviceUsb()
156 … *NewDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePathNode (RemovableDevicePath)); in BdsGetDeviceUsb()
182 OUT EFI_DEVICE_PATH** NewDevicePath in BdsGetDeviceHd() argument
217 … *NewDevicePath = AppendDevicePath (PartitionDevicePath, NextDevicePathNode (RemovableDevicePath)); in BdsGetDeviceHd()
299 OUT EFI_DEVICE_PATH** NewDevicePath in TryRemovableDevice() argument
331 Status = RemovableDevice->GetDevice (RemovableDevicePath, DeviceHandle, NewDevicePath); in TryRemovableDevice()
337 Status = RemovableDevice->GetDevice (RemovableDevicePath, DeviceHandle, NewDevicePath); in TryRemovableDevice()
352 EFI_DEVICE_PATH* NewDevicePath; in BdsConnectAndUpdateDevicePath() local
416 Status = TryRemovableDevice (*DevicePath, Handle, &NewDevicePath); in BdsConnectAndUpdateDevicePath()
418 Status = BdsConnectAndUpdateDevicePath (&NewDevicePath, Handle, RemainingDevicePath); in BdsConnectAndUpdateDevicePath()
419 *DevicePath = NewDevicePath; in BdsConnectAndUpdateDevicePath()