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 436 ASSERT (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM);
437 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
458 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
460 Private->OfferNum++;
579 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) {
785 Private->OfferNum = 0;
HttpBootDhcp6.c 358 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6;
379 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
381 Private->OfferNum++;
428 if (Private->OfferNum < HTTP_BOOT_OFFER_MAX_NUM) {
943 Private->OfferNum = 0;
HttpBootDxe.h 158 // OfferNum: 8
183 UINT32 OfferNum;
HttpBootImpl.c 306 Private->OfferNum = 0;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 661 ASSERT (OfferIndex < Private->OfferNum);
791 ASSERT (Private->OfferNum < PXEBC_OFFER_MAX_NUM);
792 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4;
818 Private->OfferIndex[OfferType][0] = Private->OfferNum;
835 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
841 Private->OfferIndex[OfferType][0] = Private->OfferNum;
850 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
855 Private->OfferNum++;
947 for (Index = 0; Index < Private->OfferNum; Index++) {
    [all...]
PxeBcDhcp6.c 589 ASSERT (OfferIndex < Private->OfferNum);
930 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6;
962 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
968 Private->OfferIndex[OfferType][0] = Private->OfferNum;
977 Private->OfferIndex[OfferType][Private->OfferCount[OfferType]] = Private->OfferNum;
981 Private->OfferNum++;
1064 for (Index = 0; Index < Private->OfferNum; Index++) {
    [all...]
PxeBcImpl.h 191 // OfferNum: 8
216 UINT32 OfferNum;

Completed in 729 milliseconds