/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathUtilities.c | 75 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid() 250 IsDevicePathEnd ( in IsDevicePathEnd() function 374 while (!IsDevicePathEnd (DevicePath)) { in UefiDevicePathLibGetDevicePathSize() 621 while (!IsDevicePathEnd (TempDevicePath)) { in UefiDevicePathLibAppendDevicePathInstance() 795 while (!IsDevicePathEnd (Node)) { in UefiDevicePathLibIsDevicePathMultiInstance()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmConnect.c | 192 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (RemainingDevicePath)); in EfiBootManagerConnectDevicePath() 194 ASSERT (EFI_ERROR (Status) || IsDevicePathEnd (RemainingDevicePath)); in EfiBootManagerConnectDevicePath()
|
D | BmBoot.c | 256 return IsDevicePathEnd (NextDevicePathNode (DevicePath)); in BmIsFvFilePath() 755 while (!IsDevicePathEnd (TempDevicePath)) { in BmCachePartitionDevicePath() 982 ASSERT (IsDevicePathEnd (TempDevicePath)); in BmExpandMediaDevicePath() 1076 for (; !IsDevicePathEnd (Left) && !IsDevicePathEnd (Right) in BmMatchHttpBootDevicePath() 1092 return (BOOLEAN) (IsDevicePathEnd (Left) && IsDevicePathEnd (Right)); in BmMatchHttpBootDevicePath() 1374 if (!EFI_ERROR (Status) && IsDevicePathEnd (Node)) { in BmGetFileBufferFromLoadFiles() 1458 if (!EFI_ERROR (Status) && IsDevicePathEnd (Node)) { in EfiBootManagerGetLoadOptionBuffer() 1484 for (Node = FilePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in EfiBootManagerGetLoadOptionBuffer() 1491 if (!IsDevicePathEnd (Node)) { in EfiBootManagerGetLoadOptionBuffer() 1882 while (!IsDevicePathEnd (BlockIoDevicePath)) { in BmMatchPartitionDevicePathNode() [all …]
|
D | BmConsole.c | 180 for (Next = DevicePath; !IsDevicePathEnd (Next); Next = NextDevicePathNode (Next)) { in EfiBootManagerGetGopDevicePath() 583 for (Next = Instance; !IsDevicePathEnd (Next); Next = NextDevicePathNode (Next)) { in EfiBootManagerConnectConsoleVariable() 594 if (!IsDevicePathEnd (Next)) { in EfiBootManagerConnectConsoleVariable()
|
D | BmBootDescription.c | 393 while (!IsDevicePathEnd (DevicePath) && in BmGetNetworkDescription() 400 if (IsDevicePathEnd (DevicePath)) { in BmGetNetworkDescription() 487 while (!IsDevicePathEnd (DevicePathNode)) { in BmGetLoadFileDescription()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
D | ConsoleOption.c | 131 while (!IsDevicePathEnd (Node)) { in ChangeTerminalDevicePath() 171 while (!IsDevicePathEnd (Node1)) { in ChangeTerminalDevicePath() 241 while (!IsDevicePathEnd (Node)) { in ChangeVariableDevicePath() 314 for (; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) { in RetrieveUartUid() 462 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in LocateSerialIo() 637 while (!IsDevicePathEnd (Node)) { in UpdateComAttributeFromVariable() 677 while (!IsDevicePathEnd (SerialNode)) { in UpdateComAttributeFromVariable() 912 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in IsTerminalDevicePath()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | ConsoleOption.c | 117 while (!IsDevicePathEnd (Node)) { in ChangeTerminalDevicePath() 174 while (!IsDevicePathEnd (Node1)) { in ChangeTerminalDevicePath() 244 while (!IsDevicePathEnd (Node)) { in ChangeVariableDevicePath() 317 for (; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) { in RetrieveUartUid() 465 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in LocateSerialIo() 642 while (!IsDevicePathEnd (Node)) { in UpdateComAttributeFromVariable() 693 while (!IsDevicePathEnd (SerialNode)) { in UpdateComAttributeFromVariable() 953 for (Node = DevicePath; !IsDevicePathEnd (Node); Node = NextDevicePathNode (Node)) { in IsTerminalDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciBus.c | 145 if (!IsDevicePathEnd (RemainingDevicePath)) { in PciBusDriverBindingSupported() 253 if (IsDevicePathEnd (RemainingDevicePath)) { in PciBusDriverBindingStart()
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/ |
D | DriverBinding.c | 480 !IsDevicePathEnd (RemainingDevicePath) && in VirtioGpuDriverBindingSupported() 511 !IsDevicePathEnd (RemainingDevicePath))) { in VirtioGpuDriverBindingSupported() 585 RemainingDevicePath == NULL || !IsDevicePathEnd (RemainingDevicePath)); in VirtioGpuDriverBindingStart() 657 if (RemainingDevicePath != NULL && IsDevicePathEnd (RemainingDevicePath)) { in VirtioGpuDriverBindingStart() 673 RemainingDevicePath == NULL || !IsDevicePathEnd (RemainingDevicePath)); in VirtioGpuDriverBindingStart()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 130 while (!IsDevicePathEnd (TmpDevicePath)) { in BdsGetDeviceUsb() 206 while (!IsDevicePathEnd (TmpDevicePath)) { in BdsGetDeviceHd() 282 while (!IsDevicePathEnd (TmpDevicePath)) { in IsRemovableDevice() 314 while (!IsDevicePathEnd (TmpDevicePath) && !RemovableFound) { in TryRemovableDevice() 388 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (Remaining)); in BdsConnectAndUpdateDevicePath() 404 } else if (!IsDevicePathEnd (Remaining) && !IsRemovableDevice (Remaining)) { in BdsConnectAndUpdateDevicePath() 722 if (!IsDevicePathEnd (RemainingDevicePath)) { in BdsPxeSupport() 792 if (IsDevicePathEnd (RemainingDevicePath)) { in BdsTftpSupport() 800 if (IsDevicePathEnd (NextDevicePath)) { in BdsTftpSupport()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/ |
D | DxeDeferImageLoadLib.c | 299 while (!IsDevicePathEnd (RootDevicePath)) { in GetFileName() 317 while (!IsDevicePathEnd (TmpDevicePath)) { in GetFileName() 337 while (!IsDevicePathEnd (TmpDevicePath)) { in GetFileName() 410 if (IsDevicePathEnd (DevicePath1)) { in CheckDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/ |
D | I2cBus.c | 298 while (!IsDevicePathEnd (SystemDevicePath)) { in CheckRemainingDevicePath() 446 if ((RemainingDevicePath != NULL) && !IsDevicePathEnd (RemainingDevicePath)) { in I2cBusDriverSupported() 458 if (!IsDevicePathEnd (DevPathNode)) { in I2cBusDriverSupported() 493 ((RemainingDevicePath != NULL) && IsDevicePathEnd (RemainingDevicePath))) { in I2cBusDriverSupported() 629 if ((RemainingDevicePath != NULL) && IsDevicePathEnd (RemainingDevicePath)) { in I2cBusDriverStart()
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockServiceDxe.c | 61 } else if (IsDevicePathEnd (FvbDevice->DevicePath)) { in InstallProtocolInterfaces()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/ |
D | Mmc.c | 209 if (!IsDevicePathEnd (RemainingDevicePath)) { in MmcDriverBindingSupported() 277 if (IsDevicePathEnd (RemainingDevicePath)) { in MmcDriverBindingStart()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscOemType0x90Function.c | 171 while(!IsDevicePathEnd(DPath)) { 177 if(IsDevicePathEnd(DPath) && (PCIPath->Device == Device) && (PCIPath->Function == Funs)) {
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
D | FvbServiceDxe.c | 146 } else if (IsDevicePathEnd (FvbDevice->DevicePath)) { in InstallFvbProtocol()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
D | RamDiskFileExplorer.c | 194 while (!IsDevicePathEnd (*FilePath)) { in OpenFileByDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
D | UefiDevicePathLib.c | 117 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid() 289 IsDevicePathEnd ( in IsDevicePathEnd() function
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/ |
D | EmuBusDriverDxe.c | 56 if (!IsDevicePathEnd (RemainingDevicePath)) { in EmuBusDriverBindingSupported() 232 if (!IsDevicePathEnd (RemainingDevicePath)) { in EmuBusDriverBindingStart()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
D | DriverEntryPoint.c | 55 while (!IsDevicePathEnd (DevicePath)) { in SmmGetDevicePathSize()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DevicePathLib.h | 161 IsDevicePathEnd (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/ |
D | EmmcDxe.c | 435 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) { in InstallProtocolOnPartition() 584 if (EFI_ERROR (Status) || (DeviceHandle == NULL) || !IsDevicePathEnd (RemainingEmmcDevPath)) { in DiscoverEmmcDevice() 633 } else if (!IsDevicePathEnd (RemainingDevicePath)) { in DiscoverEmmcDevice() 738 if ((RemainingDevicePath != NULL) && !IsDevicePathEnd (RemainingDevicePath)) { in EmmcDxeDriverBindingSupported() 905 } else if (!IsDevicePathEnd (RemainingDevicePath)) { in EmmcDxeDriverBindingStart()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/ |
D | SmramProfileRecord.c | 46 while (!IsDevicePathEnd (ThisFilePath)) { in GetFileNameFromFilePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/ |
D | DeviceManager.c | 162 while (!IsDevicePathEnd (Node)) { in GetMacAddressString() 287 while (!IsDevicePathEnd (DevicePath)) { in IsMacAddressDevicePath() 401 if (!IsDevicePathEnd (TmpDevicePath)) { in IsNeedAddNetworkMenu()
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
D | FtdiUsbSerialDriver.c | 87 while (!IsDevicePathEnd (DevicePath)) { in ContainsFlowControl() 952 while (!IsDevicePathEnd (RemainingDevicePath)) { in SetAttributesInternal() 1265 while (!IsDevicePathEnd (RemainingDevicePath)) { in SetControlBitsInternal() 1565 if (!IsDevicePathEnd (RemainingDevicePath)) { in UsbSerialDriverBindingSupported() 1592 if (RemainingDevicePath == NULL || IsDevicePathEnd (RemainingDevicePath)) { in UsbSerialDriverBindingSupported() 1750 if (RemainingDevicePath == NULL || IsDevicePathEnd (RemainingDevicePath)) { in UsbSerialDriverBindingStart() 1824 if (IsDevicePathEnd (RemainingDevicePath)) { in UsbSerialDriverBindingStart()
|