Searched refs:CurrentDevicePath (Results 1 – 6 of 6) sorted by relevance
46 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in IScsiIsDevicePathSupported() local48 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()
642 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in StartPciDevicesOnBridge() local691 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath); in StartPciDevicesOnBridge()692 if (IsDevicePathEnd (CurrentDevicePath)) { in StartPciDevicesOnBridge()703 CurrentDevicePath, in StartPciDevicesOnBridge()1094 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in GetHpcPciAddressFromRootBridge() local1100 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 …]
557 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in StartPciDevicesOnBridge() local601 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath); in StartPciDevicesOnBridge()602 if (IsDevicePathEnd (CurrentDevicePath)) { in StartPciDevicesOnBridge()613 CurrentDevicePath in StartPciDevicesOnBridge()
59 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; in IScsiIsDevicePathSupported() local61 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()
4404 UINT8 *CurrentDevicePath; in HiiConfigRoutingExtractConfig() local4508 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() local4859 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() local5073 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER); in HiiConfigRoutingRouteConfig()[all …]
683 UINT8 *CurrentDevicePath; in GetRecordFromDevicePath() local693 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()