Home
last modified time | relevance | path

Searched refs:CommentItem (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfDepexSectionParser.py88 for CommentItem in DepexComment:
89 CommentContent = CommentItem[0]
91 FormatCommentLn = CommentItem[1] + 1
94 if CommentItem[1] != FormatCommentLn:
97 FormatCommentLn = CommentItem[1] + 1
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c186 COMMENT_LINE *CommentItem; in ProfileGetComments() local
188 CommentItem = NULL; in ProfileGetComments()
189 CommentItem = AllocatePool (sizeof (COMMENT_LINE)); in ProfileGetComments()
190 if (CommentItem == NULL) { in ProfileGetComments()
194 CommentItem->ptrNext = *CommentHead; in ProfileGetComments()
195 *CommentHead = CommentItem; in ProfileGetComments()
200 CommentItem->ptrComment = AllocatePool (BufferSize + 1); in ProfileGetComments()
201 if (CommentItem->ptrComment == NULL) { in ProfileGetComments()
202 FreePool (CommentItem); in ProfileGetComments()
205 CopyMem (CommentItem->ptrComment, Buffer, BufferSize); in ProfileGetComments()
[all …]
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c495 COMMENT_LINE *CommentItem; in ProfileGetComments() local
497 CommentItem = NULL; in ProfileGetComments()
498 CommentItem = AllocatePool (sizeof (COMMENT_LINE)); in ProfileGetComments()
499 if (CommentItem == NULL) { in ProfileGetComments()
503 CommentItem->PtrNext = *CommentHead; in ProfileGetComments()
504 *CommentHead = CommentItem; in ProfileGetComments()
509 CommentItem->PtrComment = AllocatePool (BufferSize + 1); in ProfileGetComments()
510 if (CommentItem->PtrComment == NULL) { in ProfileGetComments()
511 FreePool (CommentItem); in ProfileGetComments()
514 CopyMem (CommentItem->PtrComment, Buffer, BufferSize); in ProfileGetComments()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py574 for CommentItem in CommentList:
580 Pcd.SetValidUsage(CommentItem.GetUsageItem())
586 HelpTextObj.SetString(CommentItem.GetHelpStringItem())
935 for CommentItem in PcdItemObj.GetHelpStringList():
939 HelpTextObj.SetString(CommentItem.GetHelpStringItem())
954 for CommentItem in PcdItemObj.GetHelpStringList():
958 HelpTextObj.SetString(CommentItem.GetHelpStringItem())
1013 for CommentItem in CommentList:
1018 ListObject.SetNotify(CommentItem.GetNotify())
1019 ListObject.SetUsage(CommentItem.GetUsageItem())
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfProtocolObject.py37 for CommentItem in CommentsList:
43 ParseComment(CommentItem,
DInfPpiObject.py36 for CommentItem in CommentsList:
42 ParseComment(CommentItem,
DInfGuidObject.py117 for CommentItem in CommentsList:
123 ParseComment(CommentItem,
DInfPcdObject.py73 for CommentItem in CommentList:
75 … CommentItemUsage, CommentType, CommentString, CommentItemHelpText = ParseComment(CommentItem,