Home | History | Annotate | Download | only in BootMaintenanceManagerLib

Lines Matching refs:BootOptionMenu

646          ((Index < BootOptionMenu.MenuNumber) && (Index < (sizeof (NewBmmData->BootOptionDel) / sizeof (NewBmmData->BootOptionDel[0])))); 

648 NewMenuEntry = BOpt_GetMenuEntry (&BootOptionMenu, Index);
1088 ASSERT (BootOptionMenu.MenuNumber <= (sizeof (CurrentFakeNVMap->BootOptionDel) / sizeof (CurrentFakeNVMap->BootOptionDel[0])));
1089 for (Index = 0; Index < BootOptionMenu.MenuNumber; Index++) {
1299 for (Index = 0; Index < BootOptionMenu.MenuNumber; Index++) {
1300 NewMenuEntry = BOpt_GetMenuEntry (&BootOptionMenu, Index);
1349 InitializeListHead (&BootOptionMenu.Head);
1375 BOpt_FreeMenu (&BootOptionMenu);