Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching defs:Uri

32   @retval EFI_INVALID_PARAMETER    The FilePath doesn't contain a valid URI device path node.

46 CHAR8 *Uri;
54 // Check the URI in the input FilePath, in order to see whether it is
57 Status = HttpBootParseFilePath (FilePath, &Uri);
69 // 2. The specified boot file URI in FilePath is different with the one we have
73 ((Uri != NULL) && (AsciiStrCmp (Private->BootFileUri, Uri) != 0))) {
85 if (Uri != NULL) {
86 FreePool (Uri);
100 if (Uri != NULL) {
101 FreePool (Uri);
107 // Record the specified URI and prepare the URI parser if needed.
109 Private->FilePathUri = Uri;