Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching defs:BootFileName

415   CHAR8                      *BootFileName;

556 BootFileName = (CHAR8 *) AllocateZeroPool (BootFileNameLen);
557 if (BootFileName == NULL) {
561 *FileName = (UINT8*) BootFileName;
570 *BootFileName = (UINT8) AsciiStrHexToUintn ((CHAR8*)(BootFileNamePtr + 1));
571 BootFileName++;
575 *BootFileName = *BootFileNamePtr;
576 BootFileName++;
580 *BootFileName = '\0';
1097 &Private->BootFileName,
1288 // 7. DhcpOnly offer with bootfilename.
1317 // Skip if DhcpOnly offer without any other proxy offers or bootfilename.
1371 // DhcpBinl offer is selected, so need try to request bootfilename by this offer.
1380 // DhcpOnly offer is selected, so need try to request bootfilename.
1392 // Try all the cached ProxyBinl offer one by one to request bootfilename.
1429 // Try all the cached ProxyBinl offer one by one to request bootfilename.
1451 // Othewise, the bootfilename must be included in DhcpOnly offer.