Home
last modified time | relevance | path

Searched refs:PtrValue (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c58 CHAR8 *PtrValue; member
324 if (PtrSection->PtrValue != NULL) { in DumpIniSection()
325 DEBUG((DEBUG_VERBOSE, " Value - %a\n", PtrSection->PtrValue)); in DumpIniSection()
594 SectionItem->PtrValue = NULL; in ProfileGetSection()
701 SectionItem->PtrValue = NULL; in ProfileGetEntry()
767 SectionItem->PtrValue = AllocatePool (Length + 1); in ProfileGetEntry()
768 if (SectionItem->PtrValue == NULL) { in ProfileGetEntry()
773 CopyMem (SectionItem->PtrValue, Buffer, Length); in ProfileGetEntry()
774 *(SectionItem->PtrValue + Length) = '\0'; in ProfileGetEntry()
804 if (PtrSection->PtrValue != NULL) { in FreeAllList()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
DGenVpd.py350 PtrValue = ValueRe.findall(line)
354 if len(PtrValue) >= 1:
362 ValueList[4] = PtrValue[0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1562 PtrValue = ValueRe.findall(Setting)
1566 if len(PtrValue) >= 1:
1574 ValueList[0] = PtrValue[0]
1608 PtrValue = ValueRe.findall(Setting)
1612 if len(PtrValue) >= 1:
1620 ValueList[2] = PtrValue[0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py1847 PtrValue = ValueRe.findall(TokenList[1])
1850 if len(PtrValue) != 0:
1853 ValueList[0] = PtrValue[0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py1755 PtrValue = ValueRe.findall(TokenList[1])
1758 if len(PtrValue) != 0:
1761 ValueList[0] = PtrValue[0]