Searched refs:MenuArray (Results 1 – 2 of 2) sorted by relevance
290 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MENU_MAX_NUM]; in PxeBcSelectBootMenu() local325 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()[all …]
1845 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MAX_MENU_NUM]; in PxeBcSelectBootMenu() local1878 MenuArray[Index++] = MenuItem; in PxeBcSelectBootMenu()1887 *Type = MenuArray[0]->Type; in PxeBcSelectBootMenu()1895 PxeBcDisplayBootItem (MenuArray[Index]->DescStr, MenuArray[Index]->DescLen); in PxeBcSelectBootMenu()1907 Blank[MenuArray[Select]->DescLen] = 0; in PxeBcSelectBootMenu()1909 PxeBcDisplayBootItem (MenuArray[Select]->DescStr, MenuArray[Select]->DescLen); in PxeBcSelectBootMenu()1980 Blank[MenuArray[LastSelect]->DescLen] = 0; in PxeBcSelectBootMenu()1982 PxeBcDisplayBootItem (MenuArray[LastSelect]->DescStr, MenuArray[LastSelect]->DescLen); in PxeBcSelectBootMenu()1991 CopyMem (Type, &MenuArray[Select]->Type, sizeof (UINT16)); in PxeBcSelectBootMenu()