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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c197 UINTN LastDeviceIndex; local
239 LastDeviceIndex = 0;
246 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
255 if (Index != LastDeviceIndex) {
258 // LastDeviceIndex.
261 CopyMem (CurMacInfo, &DeviceList->MacInfo[LastDeviceIndex], sizeof (ISCSI_MAC_INFO));
262 CopyMem (&DeviceList->MacInfo[LastDeviceIndex], &TempMacInfo, sizeof (ISCSI_MAC_INFO));
265 LastDeviceIndex++;
269 if (LastDeviceIndex == DeviceList->NumDevice) {
274 for (Index = LastDeviceIndex; Inde
[all...]

Completed in 66 milliseconds