HomeSort by relevance Sort by last modified time
    Searched refs:DriverMenu (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Data.c 94 BM_MENU_OPTION DriverMenu = {
BootOption.c 453 are stored in DriverMenu for future use.
456 @return Other value if failed to build the DriverMenu.
478 InitializeListHead (&DriverMenu.Head);
533 InsertTailList (&DriverMenu.Head, &NewMenuEntry->Link);
541 DriverMenu.MenuNumber = OptionNumber;
UpdatePage.c 283 Create a lit of driver option from global DriverMenu.
300 for (Index = 0; Index < DriverMenu.MenuNumber; Index++) {
301 NewMenuEntry = BOpt_GetMenuEntry (&DriverMenu, Index);
    [all...]
BootMaintenanceManager.h 379 are stored in DriverMenu for future use.
382 @return Other value if failed to build the DriverMenu.
897 Create a lit of driver option from global DriverMenu.
    [all...]
BootMaintenance.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Data.c 164 BM_MENU_OPTION DriverMenu = {
BootMaint.c 836 NewMenuEntry = BOpt_GetMenuEntry (&DriverMenu, Index2);
    [all...]
BootOption.c     [all...]
UpdatePage.c 294 Create a lit of driver option from global DriverMenu.
311 for (Index = 0; Index < DriverMenu.MenuNumber; Index++) {
312 NewMenuEntry = BOpt_GetMenuEntry (&DriverMenu, Index);
    [all...]
BootMaint.h 442 are stored in DriverMenu for future use.
445 @return Other value if failed to build the DriverMenu.
1009 Create a lit of driver option from global DriverMenu.
    [all...]

Completed in 222 milliseconds