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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootClient.c 84 Length = sizeof (EFI_DEVICE_PATH_PROTOCOL) + AsciiStrSize (Private->BootFileUri);
93 CopyMem ((UINT8*) Node + sizeof (EFI_DEVICE_PATH_PROTOCOL), Private->BootFileUri, AsciiStrSize (Private->BootFileUri));
185 Private->BootFileUri = (CHAR8*) HttpOffer->OptList[HTTP_BOOT_DHCP4_TAG_INDEX_BOOTFILE]->Data;
188 // In Home environment the BootFileUri comes from the FilePath.
191 Private->BootFileUri = Private->FilePathUri;
216 Private->BootFileUri,
227 AsciiPrint ("\n URI: %a", Private->BootFileUri);
288 Private->BootFileUri = (CHAR8*) HttpOffer->OptList[HTTP_BOOT_DHCP6_IDX_BOOT_FILE_URL]->Data;
291 // In Home environment the BootFileUri comes from the FilePath.
    [all...]
HttpBootImpl.c 73 ((Uri != NULL) && (AsciiStrCmp (Private->BootFileUri, Uri) != 0))) {
242 if (Private->BootFileUri == NULL) {
349 Private->BootFileUri = NULL;
HttpBootDxe.h 189 CHAR8 *BootFileUri;

Completed in 142 milliseconds