HomeSort by relevance Sort by last modified time
    Searched refs:SortOffers (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblNetworkLib.h 43 IN BOOLEAN SortOffers
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
EblNetworkLib.c 91 IN BOOLEAN SortOffers
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.h 108 BOOLEAN SortOffers;
PxeBcImpl.c 544 If SortOffers is TRUE, then the cached DHCP offer packets will be sorted before
545 they are tried. If SortOffers is FALSE, then the cached DHCP offer packets will
554 @param SortOffers TRUE if the offers received should be sorted. Set to FALSE to try the
573 IN BOOLEAN SortOffers
596 Private->SortOffers = SortOffers;
    [all...]
PxeBcDhcp.c 453 if (Private->SortOffers) {
716 if (Private->SortOffers) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 249 IN BOOLEAN SortOffers
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 413 If SortOffers is TRUE, then the cached DHCP offer packets will be sorted before
414 they are tried. If SortOffers is FALSE, then the cached DHCP offer packets will
423 @param SortOffers TRUE if the offers received should be sorted. Set to FALSE to try the
442 IN BOOLEAN SortOffers
    [all...]
  /external/syslinux/efi32/include/efi/
efipxebc.h 281 IN BOOLEAN SortOffers
  /external/syslinux/efi64/include/efi/
efipxebc.h 281 IN BOOLEAN SortOffers
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 281 IN BOOLEAN SortOffers
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 392 If SortOffers is TRUE, then the cached DHCP offer packets will be sorted before
393 they are tried. If SortOffers is FALSE, then the cached DHCP offer packets will
401 @param[in] SortOffers TRUE if the offers received should be sorted. Set to FALSE to
420 IN BOOLEAN SortOffers
437 Private->IsOfferSorted = SortOffers;
    [all...]

Completed in 782 milliseconds