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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDriver.c59 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
85 CurrentDevicePath = RemainingDevicePath;
86 if (CurrentDevicePath != NULL) {
87 while (!IsDevicePathEnd (CurrentDevicePath)) {
88 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
92 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c50 EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; local
52 CurrentDevicePath = RemainingDevicePath;
53 if (CurrentDevicePath != NULL) {
54 while (!IsDevicePathEnd (CurrentDevicePath)) {
55 if ((CurrentDevicePath->Type == MESSAGING_DEVICE_PATH) && (CurrentDevicePath->SubType == MSG_ISCSI_DP)) {
59 CurrentDevicePath = NextDevicePathNode (CurrentDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c2697 UINT8 *CurrentDevicePath; local
2792 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
2795 CurrentDevicePath,
2796 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
3018 UINT8 *CurrentDevicePath; local
3077 CurrentDevicePath = DevicePathPkg + sizeof (EFI_HII_PACKAGE_HEADER);
3080 CurrentDevicePath,
3081 GetDevicePathSize ((EFI_DEVICE_PATH_PROTOCOL *) CurrentDevicePath)
3214 UINT8 *CurrentDevicePath; local
3290 CurrentDevicePath
[all...]

Completed in 59 milliseconds