Home
last modified time | relevance | path

Searched refs:MustUseList (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h157 BOOLEAN MustUseList; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h184 BOOLEAN MustUseList; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.c758 Info->MustUseList = (BOOLEAN) IS_ENABLE_USE_SERVER_LIST (VendorOpt->DiscoverCtrl); in PxeBcExtractDiscoverInfo()
797 Info->SrvList[Index].AcceptAnyResponse = !Info->MustUseList; in PxeBcExtractDiscoverInfo()
DPxeBcImpl.c653 (Info->MustUseList && Info->IpCnt == 0)) { in EfiPxeBcDiscover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c887 DefaultInfo.MustUseList = (BOOLEAN) IS_ENABLE_USE_SERVER_LIST (VendorOpt->DiscoverCtrl); in EfiPxeBcDiscover()
888 DefaultInfo.UseUCast = DefaultInfo.MustUseList; in EfiPxeBcDiscover()
905 if (DefaultInfo.MustUseList) { in EfiPxeBcDiscover()
964 …if ((!Info->UseUCast && !Info->UseBCast && !Info->UseMCast) || (Info->MustUseList && Info->IpCnt =… in EfiPxeBcDiscover()