Searched defs:CurrentDevicePath (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDriver.c46 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
48 CurrentDevicePath = RemainingDevicePath;
49 if (CurrentDevicePath != NULL) {
50 while (!IsDevicePathEnd (CurrentDevicePath)) {
51 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
55 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
H A DPciDeviceSupport.c557 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
601 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath);
602 if (IsDevicePathEnd (CurrentDevicePath)) {
613 CurrentDevicePath
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c642 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
691 CurrentDevicePath = NextDevicePathNode (RemainingDevicePath);
692 if (IsDevicePathEnd (CurrentDevicePath)) {
703 CurrentDevicePath,
1094 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
1100 CurrentDevicePath = RemainingDevicePath;
1101 Node.DevPath = CurrentDevicePath;
1104 while (!IsDevicePathEnd (CurrentDevicePath)) {
1107 Node.DevPath = CurrentDevicePath;
1131 CurrentDevicePath
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c59 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
61 CurrentDevicePath = RemainingDevicePath;
62 if (CurrentDevicePath != NULL) {
63 while (!IsDevicePathEnd (CurrentDevicePath)) {
64 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
68 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigKeywordHandler.c681 UINT8 *CurrentDevicePath; local
691 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
692 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath);
693 if ((CompareMem (DevicePath, CurrentDevicePath, DevicePathSize) == 0)) {
H A DConfigRouting.c3687 UINT8 *CurrentDevicePath; local
3784 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
3785 DevicePathSize = GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath);
3786 if ((CompareMem (DevicePath,CurrentDevicePath,DevicePathSize) == 0) && IsThisPackageList(Database, ConfigRequest)) {
4020 UINT8 *CurrentDevicePath; local
4079 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
4082 CurrentDevicePath,
4083 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
4216 UINT8 *CurrentDevicePath; local
4293 CurrentDevicePath
[all...]

Completed in 402 milliseconds