HomeSort by relevance Sort by last modified time
    Searched refs:CommentHead (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 173 @param CommentHead Comment Item head entry.
183 IN OUT COMMENT_LINE **CommentHead
194 CommentItem->ptrNext = *CommentHead;
195 *CommentHead = CommentItem;
793 @param CommentHead Pointer to the comment entry list.
804 IN OUT COMMENT_LINE **CommentHead
817 *CommentHead = NULL;
891 CommentHead
946 COMMENT_LINE *CommentHead;
952 CommentHead = NULL;
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 70 COMMENT_LINE *CommentHead;
482 @param[in, out] CommentHead Comment Item head entry.
492 IN OUT COMMENT_LINE **CommentHead
503 CommentItem->PtrNext = *CommentHead;
504 *CommentHead = CommentItem;
1008 @param[in, out] CommentHead Pointer to the comment entry list.
1021 IN OUT COMMENT_LINE **CommentHead
1034 *CommentHead = NULL;
1108 CommentHead
1173 &IniContext->CommentHead
    [all...]

Completed in 617 milliseconds