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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 107 FRAMEWORK_SECTION_STREAM_NODE *ParentStream;
627 (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
645 AuthenticationStatus |= Context->ParentStream->AuthenticationStatus & EFI_AGGREGATE_AUTH_STATUS_ALL;
671 @param ParentStream Indicates the parent of the ecnapsulation section (child)
677 IN FRAMEWORK_SECTION_STREAM_NODE *ParentStream,
690 Context->ParentStream = ParentStream;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 97 CORE_SECTION_STREAM_NODE *ParentStream;
567 GuidedHeader = (EFI_GUID_DEFINED_SECTION *) (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
591 AuthenticationStatus |= Context->ParentStream->AuthenticationStatus & EFI_AUTH_STATUS_ALL;
597 AuthenticationStatus = Context->ParentStream->AuthenticationStatus;
620 @param ParentStream Indicates the parent of the ecnapsulation section (child)
626 IN CORE_SECTION_STREAM_NODE *ParentStream,
639 Context->ParentStream = ParentStream;
    [all...]

Completed in 119 milliseconds