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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 453 ASSERT (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM);
454 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
478 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
480 Private->OfferNum++;
642 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) {
849 Private->OfferNum = 0;
HttpBootDhcp6.c 373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6;
397 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
399 Private->OfferNum++;
452 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) {
970 Private->OfferNum = 0;
HttpBootDxe.h 213 // OfferNum: 8
238 UINT32 OfferNum;
HttpBootImpl.c 389 Private->OfferNum = 0;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 684 ASSERT (OfferIndex < Private->OfferNum);
824 ASSERT (Private->OfferNum < PXEBC_OFFER_MAX_NUM);
825 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
854 Private->OfferIndex[OfferType][0] = Private->OfferNum;
871 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
877 Private->OfferIndex[OfferType][0] = Private->OfferNum;
886 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
891 Private->OfferNum++;
985 for (Index = 0; Index < Private->OfferNum; Index++) {
    [all...]
PxeBcDhcp6.c 813 ASSERT (OfferIndex < Private->OfferNum);
    [all...]
PxeBcImpl.h 195 // OfferNum: 8
220 UINT32 OfferNum;

Completed in 48 milliseconds