Searched refs:ParentStream (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c92 CORE_SECTION_STREAM_NODE *ParentStream; member in struct:__anon10947
514 GuidedHeader = (EFI_GUID_DEFINED_SECTION *) (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
539 AuthenticationStatus |= Context->ParentStream->AuthenticationStatus & EFI_AUTH_STATUS_ALL;
545 AuthenticationStatus = Context->ParentStream->AuthenticationStatus;
567 @param ParentStream Indicates the parent of the ecnapsulation section (child)
573 IN CORE_SECTION_STREAM_NODE *ParentStream,
586 Context->ParentStream = ParentStream;
572 CreateGuidedExtractionRpnEvent( IN CORE_SECTION_STREAM_NODE *ParentStream, IN CORE_SECTION_CHILD_NODE *ChildNode ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c101 FRAMEWORK_SECTION_STREAM_NODE *ParentStream; member in struct:__anon10524
575 (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
593 AuthenticationStatus |= Context->ParentStream->AuthenticationStatus & EFI_AGGREGATE_AUTH_STATUS_ALL;
618 @param ParentStream Indicates the parent of the ecnapsulation section (child)
624 IN FRAMEWORK_SECTION_STREAM_NODE *ParentStream,
637 Context->ParentStream = ParentStream;
623 CreateGuidedExtractionRpnEvent( IN FRAMEWORK_SECTION_STREAM_NODE *ParentStream, IN FRAMEWORK_SECTION_CHILD_NODE *ChildNode ) argument

Completed in 47 milliseconds