Home
last modified time | relevance | path

Searched refs:PXEBC_MAX_MENU_NUM (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.h53 #define PXEBC_MAX_MENU_NUM 24 macro
DPxeBcDhcp.c1845 PXEBC_BOOT_MENU_ENTRY *MenuArray[PXEBC_MAX_MENU_NUM]; in PxeBcSelectBootMenu()
1881 if (Index >= PXEBC_MAX_MENU_NUM) { in PxeBcSelectBootMenu()
1901 ASSERT (Select < PXEBC_MAX_MENU_NUM); in PxeBcSelectBootMenu()
1986 ASSERT (Select < PXEBC_MAX_MENU_NUM); in PxeBcSelectBootMenu()