Searched defs:ChildOffset (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c653 @param ChildOffset Indicates the offset in Stream that is the beginning
670 IN UINT32 ChildOffset,
693 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset);
714 Node->OffsetInStream = ChildOffset;
668 CreateChildNode( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN UINT32 ChildOffset, OUT FRAMEWORK_SECTION_CHILD_NODE **ChildNode ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c602 @param ChildOffset Indicates the offset in Stream that is the
621 IN UINT32 ChildOffset,
644 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset);
665 Node->OffsetInStream = ChildOffset;
619 CreateChildNode( IN CORE_SECTION_STREAM_NODE *Stream, IN UINT32 ChildOffset, OUT CORE_SECTION_CHILD_NODE **ChildNode ) argument

Completed in 617 milliseconds