Searched refs:CommentItem (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfDepexSectionParser.py | 88 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/ |
D | ParseUpdateProfile.c | 186 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/ |
D | IniParsingLib.c | 495 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/ |
D | InfPomAlignment.py | 574 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/ |
D | InfProtocolObject.py | 37 for CommentItem in CommentsList: 43 ParseComment(CommentItem,
|
D | InfPpiObject.py | 36 for CommentItem in CommentsList: 42 ParseComment(CommentItem,
|
D | InfGuidObject.py | 117 for CommentItem in CommentsList: 123 ParseComment(CommentItem,
|
D | InfPcdObject.py | 73 for CommentItem in CommentList: 75 … CommentItemUsage, CommentType, CommentString, CommentItemHelpText = ParseComment(CommentItem,
|