Lines Matching refs:MenuArray
290 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MENU_MAX_NUM]; in PxeBcSelectBootMenu() local
325 MenuArray[Index] = MenuItem; in PxeBcSelectBootMenu()
332 ASSERT (MenuArray[0] != NULL); in PxeBcSelectBootMenu()
333 CopyMem (Type, &MenuArray[0]->Type, sizeof (UINT16)); in PxeBcSelectBootMenu()
341 ASSERT (MenuArray[Index] != NULL); in PxeBcSelectBootMenu()
342 PxeBcDisplayBootItem (MenuArray[Index]->DescStr, MenuArray[Index]->DescLen); in PxeBcSelectBootMenu()
357 ASSERT (MenuArray[Select] != NULL); in PxeBcSelectBootMenu()
358 Blank[MenuArray[Select]->DescLen] = 0; in PxeBcSelectBootMenu()
360 PxeBcDisplayBootItem (MenuArray[Select]->DescStr, MenuArray[Select]->DescLen); in PxeBcSelectBootMenu()
432 ASSERT (MenuArray[LastSelect] != NULL); in PxeBcSelectBootMenu()
433 Blank[MenuArray[LastSelect]->DescLen] = 0; in PxeBcSelectBootMenu()
435 PxeBcDisplayBootItem (MenuArray[LastSelect]->DescStr, MenuArray[LastSelect]->DescLen); in PxeBcSelectBootMenu()
443 ASSERT (MenuArray[Select] != NULL); in PxeBcSelectBootMenu()
444 CopyMem (Type, &MenuArray[Select]->Type, sizeof (UINT16)); in PxeBcSelectBootMenu()