Home
last modified time | relevance | path

Searched refs:CurrentDevicePath (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiDriver.c46 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in IScsiIsDevicePathSupported() local
48 CurrentDevicePath = RemainingDevicePath; in IScsiIsDevicePathSupported()
49 if (CurrentDevicePath != NULL) { in IScsiIsDevicePathSupported()
50 while (!IsDevicePathEnd (CurrentDevicePath)) { in IScsiIsDevicePathSupported()
51 …if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI… in IScsiIsDevicePathSupported()
55 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath); in IScsiIsDevicePathSupported()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciDeviceSupport.c642 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in StartPciDevicesOnBridge() local
691 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath); in StartPciDevicesOnBridge()
692 if (IsDevicePathEnd (CurrentDevicePath)) { in StartPciDevicesOnBridge()
703 CurrentDevicePath, in StartPciDevicesOnBridge()
1094 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in GetHpcPciAddressFromRootBridge() local
1100 CurrentDevicePath = RemainingDevicePath; in GetHpcPciAddressFromRootBridge()
1101 Node.DevPath = CurrentDevicePath; in GetHpcPciAddressFromRootBridge()
1104 while (!IsDevicePathEnd (CurrentDevicePath)) { in GetHpcPciAddressFromRootBridge()
1107 Node.DevPath = CurrentDevicePath; in GetHpcPciAddressFromRootBridge()
1131 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath); in GetHpcPciAddressFromRootBridge()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciDeviceSupport.c557 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in StartPciDevicesOnBridge() local
601 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath); in StartPciDevicesOnBridge()
602 if (IsDevicePathEnd (CurrentDevicePath)) { in StartPciDevicesOnBridge()
613 CurrentDevicePath in StartPciDevicesOnBridge()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDriver.c59 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in IScsiIsDevicePathSupported() local
61 CurrentDevicePath = RemainingDevicePath; in IScsiIsDevicePathSupported()
62 if (CurrentDevicePath != NULL) { in IScsiIsDevicePathSupported()
63 while (!IsDevicePathEnd (CurrentDevicePath)) { in IScsiIsDevicePathSupported()
64 …if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI… in IScsiIsDevicePathSupported()
68 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath); in IScsiIsDevicePathSupported()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigRouting.c4404 UINT8 *CurrentDevicePath; in HiiConfigRoutingExtractConfig() local
4508 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExtractConfig()
4509 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath); in HiiConfigRoutingExtractConfig()
4510 …if ((CompareMem (DevicePath,CurrentDevicePath,DevicePathSize) == 0) && IsThisPackageList(Database,… in HiiConfigRoutingExtractConfig()
4800 UINT8 *CurrentDevicePath; in HiiConfigRoutingExportConfig() local
4859 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingExportConfig()
4862 CurrentDevicePath, in HiiConfigRoutingExportConfig()
4863 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath) in HiiConfigRoutingExportConfig()
4996 UINT8 *CurrentDevicePath; in HiiConfigRoutingRouteConfig() local
5073 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()
[all …]
DConfigKeywordHandler.c683 UINT8 *CurrentDevicePath; in GetRecordFromDevicePath() local
693 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in GetRecordFromDevicePath()
694 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath); in GetRecordFromDevicePath()
695 if ((CompareMem (DevicePath, CurrentDevicePath, DevicePathSize) == 0)) { in GetRecordFromDevicePath()