Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:PathHdr

22   from <PathHdr> of <MultiKeywordRequest>.

28 @param NextString string follow the possible PathHdr string.
33 The Input string not include PathHdr section.
44 EFI_STRING PathHdr;
70 // Find the 'PATH=' of <PathHdr>.
77 // Not include PathHdr, return success and DevicePath = NULL.
92 PathHdr = String;
114 // The data in <PathHdr> is encoded as hex UNICODE %02x bytes in the same order
128 TemStr[0] = PathHdr[Index];
2347 // When PathHdr not input, if ever find the namespace, will return KEYWORD_HANDLER_KEYWORD_NOT_FOUND.
2361 <KeywordResp> ::= <NameSpaceId><PathHdr>'&'<Keyword>'&VALUE='<Number>['&READONLY']
2386 CHAR16 *PathHdr;
2408 // 1.2 PathHdr size.
2417 &PathHdr
2419 RespStrLen += StrLen (PathHdr);
2463 // 2.2 Copy PathHdr section.
2465 StrCatS (RespStr, RespStrLen, PathHdr);
2489 if (PathHdr != NULL) {
2490 FreePool (PathHdr);