Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenance.c644 …if (CompareMem (NewBmmData->BootOptionDel, OldBmmData->BootOptionDel, sizeof (NewBmmData->BootOpti… in BootMaintRouteConfig()
646 …nMenu.MenuNumber) && (Index < (sizeof (NewBmmData->BootOptionDel) / sizeof (NewBmmData->BootOption… in BootMaintRouteConfig()
650 NewLoadContext->Deleted = NewBmmData->BootOptionDel[Index]; in BootMaintRouteConfig()
651 NewBmmData->BootOptionDel[Index] = FALSE; in BootMaintRouteConfig()
1088 …onMenu.MenuNumber <= (sizeof (CurrentFakeNVMap->BootOptionDel) / sizeof (CurrentFakeNVMap->BootOpt… in DiscardChangeHandler()
1090 CurrentFakeNVMap->BootOptionDel[Index] = FALSE; in DiscardChangeHandler()
DFormGuid.h166 BOOLEAN BootOptionDel[MAX_MENU_NUMBER]; member
DUpdatePage.c247 …er <= (sizeof (CallbackData->BmmFakeNvData.BootOptionDel) / sizeof (CallbackData->BmmFakeNvData.Bo… in UpdateBootDelPage()
257 …if (CallbackData->BmmFakeNvData.BootOptionDel[Index] && !CallbackData->BmmFakeNvData.BootOptionDel… in UpdateBootDelPage()
264 CallbackData->BmmFakeNvData.BootOptionDel[Index] = FALSE; in UpdateBootDelPage()
DBootMaintenanceManager.h186 #define BOOT_OPTION_DEL_VAR_OFFSET VAR_OFFSET (BootOptionDel)
224 #define BOOT_OPTION_DEL_QUESTION_ID QUESTION_ID (BootOptionDel)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootMaint.c450 …if (CompareMem (NewBmmData->BootOptionDel, OldBmmData->BootOptionDel, sizeof (NewBmmData->BootOpti… in BootMaintRouteConfig()
452 …nMenu.MenuNumber) && (Index < (sizeof (NewBmmData->BootOptionDel) / sizeof (NewBmmData->BootOption… in BootMaintRouteConfig()
456 NewLoadContext->Deleted = NewBmmData->BootOptionDel[Index]; in BootMaintRouteConfig()
457 NewBmmData->BootOptionDel[Index] = FALSE; in BootMaintRouteConfig()
1069 …onMenu.MenuNumber <= (sizeof (CurrentFakeNVMap->BootOptionDel) / sizeof (CurrentFakeNVMap->BootOpt… in DiscardChangeHandler()
1071 CurrentFakeNVMap->BootOptionDel[Index] = FALSE; in DiscardChangeHandler()
DFormGuid.h168 BOOLEAN BootOptionDel[MAX_MENU_NUMBER]; member
DUpdatePage.c257 …er <= (sizeof (CallbackData->BmmFakeNvData.BootOptionDel) / sizeof (CallbackData->BmmFakeNvData.Bo… in UpdateBootDelPage()
267 …if (CallbackData->BmmFakeNvData.BootOptionDel[Index] && !CallbackData->BmmFakeNvData.BootOptionDel… in UpdateBootDelPage()
274 CallbackData->BmmFakeNvData.BootOptionDel[Index] = FALSE; in UpdateBootDelPage()
DBootMaint.h176 #define BOOT_OPTION_DEL_VAR_OFFSET VAR_OFFSET (BootOptionDel)
218 #define BOOT_OPTION_DEL_QUESTION_ID QUESTION_ID (BootOptionDel)