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()
2376 CHAR16 *PathHdr; in GenerateKeywordResp() local
2405 &PathHdr in GenerateKeywordResp()
2407 RespStrLen += StrLen (PathHdr); in GenerateKeywordResp()
2453 StrCatS (RespStr, RespStrLen, PathHdr); in GenerateKeywordResp()
2477 if (PathHdr != NULL) { in GenerateKeywordResp()
2478 FreePool (PathHdr); in GenerateKeywordResp()
DConfigRouting.c80 EFI_STRING PathHdr; in GetDevicePath() local
106 PathHdr = String; in GetDevicePath()
136 TemStr[0] = PathHdr[Index]; in GetDevicePath()