Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootMaint.c707 UINT8 *NewLegacyDev; in BootMaintCallback() local
736 NewLegacyDev = NULL; in BootMaintCallback()
880 NewLegacyDev = CurrentFakeNVMap->LegacyFD; in BootMaintCallback()
884 NewLegacyDev = CurrentFakeNVMap->LegacyHD; in BootMaintCallback()
888 NewLegacyDev = CurrentFakeNVMap->LegacyCD; in BootMaintCallback()
892 NewLegacyDev = CurrentFakeNVMap->LegacyNET; in BootMaintCallback()
896 NewLegacyDev = CurrentFakeNVMap->LegacyBEV; in BootMaintCallback()
903 if (OldLegacyDev[Index] != NewLegacyDev[Index]) { in BootMaintCallback()
905 NewValue = NewLegacyDev[Index]; in BootMaintCallback()
923 NewLegacyDev[Index2] = NewLegacyDev[Index2 + 1]; in BootMaintCallback()
[all …]