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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 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];
    [all...]
ConfigRouting.c 59 from <PathHdr> of <ConfigHdr>.
80 EFI_STRING PathHdr;
93 // Find the 'PATH=' of <PathHdr> and skip it.
106 PathHdr = String;
122 // The data in <PathHdr> is encoded as hex UNICODE %02x bytes in the same order
136 TemStr[0] = PathHdr[Index];
    [all...]

Completed in 116 milliseconds