Home
last modified time | relevance | path

Searched refs:PathHdr (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c44 EFI_STRING PathHdr; in ExtractDevicePath() local
92 PathHdr = String; in ExtractDevicePath()
128 TemStr[0] = PathHdr[Index]; in ExtractDevicePath()
2386 CHAR16 *PathHdr; in GenerateKeywordResp() local
2417 &PathHdr in GenerateKeywordResp()
2419 RespStrLen += StrLen (PathHdr); in GenerateKeywordResp()
2465 StrCatS (RespStr, RespStrLen, PathHdr); in GenerateKeywordResp()
2489 if (PathHdr != NULL) { in GenerateKeywordResp()
2490 FreePool (PathHdr); in GenerateKeywordResp()
DConfigRouting.c80 EFI_STRING PathHdr; in GetDevicePath() local
106 PathHdr = String; in GetDevicePath()
136 TemStr[0] = PathHdr[Index]; in GetDevicePath()