Searched refs:MenuArray (Results 1 – 2 of 2) sorted by relevance
289 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MENU_MAX_NUM]; in PxeBcSelectBootMenu() local324 MenuArray[Index] = MenuItem; in PxeBcSelectBootMenu()331 ASSERT (MenuArray[0] != NULL); in PxeBcSelectBootMenu()332 CopyMem (Type, &MenuArray[0]->Type, sizeof (UINT16)); in PxeBcSelectBootMenu()340 ASSERT (MenuArray[Index] != NULL); in PxeBcSelectBootMenu()341 PxeBcDisplayBootItem (MenuArray[Index]->DescStr, MenuArray[Index]->DescLen); in PxeBcSelectBootMenu()356 ASSERT (MenuArray[Select] != NULL); in PxeBcSelectBootMenu()357 Blank[MenuArray[Select]->DescLen] = 0; in PxeBcSelectBootMenu()359 PxeBcDisplayBootItem (MenuArray[Select]->DescStr, MenuArray[Select]->DescLen); in PxeBcSelectBootMenu()431 ASSERT (MenuArray[LastSelect] != NULL); in PxeBcSelectBootMenu()[all …]
1787 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MAX_MENU_NUM]; in PxeBcSelectBootMenu() local1820 MenuArray[Index++] = MenuItem; in PxeBcSelectBootMenu()1829 *Type = MenuArray[0]->Type; in PxeBcSelectBootMenu()1837 PxeBcDisplayBootItem (MenuArray[Index]->DescStr, MenuArray[Index]->DescLen); in PxeBcSelectBootMenu()1849 Blank[MenuArray[Select]->DescLen] = 0; in PxeBcSelectBootMenu()1851 PxeBcDisplayBootItem (MenuArray[Select]->DescStr, MenuArray[Select]->DescLen); in PxeBcSelectBootMenu()1922 Blank[MenuArray[LastSelect]->DescLen] = 0; in PxeBcSelectBootMenu()1924 PxeBcDisplayBootItem (MenuArray[LastSelect]->DescStr, MenuArray[LastSelect]->DescLen); in PxeBcSelectBootMenu()1933 CopyMem (Type, &MenuArray[Select]->Type, sizeof (UINT16)); in PxeBcSelectBootMenu()