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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c934 CORE_SECTION_CHILD_NODE *CurrentChildNode; local
941 CurrentChildNode = NULL;
957 Status = CreateChildNode (SourceStream, 0, &CurrentChildNode);
970 CurrentChildNode = CHILD_SECTION_NODE_FROM_LINK (GetFirstNode(&SourceStream->Children));
973 ASSERT (CurrentChildNode != NULL);
974 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
983 *FoundChild = CurrentChildNode;
990 if (CurrentChildNode->EncapsulatedStreamHandle != NULL_STREAM_HANDLE) {
995 (CORE_SECTION_STREAM_NODE *)CurrentChildNode->EncapsulatedStreamHandle,
1015 } else if ((CurrentChildNode
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c1009 FRAMEWORK_SECTION_CHILD_NODE *CurrentChildNode; local
1016 CurrentChildNode = NULL;
1032 Status = CreateChildNode (SourceStream, 0, &CurrentChildNode);
1045 CurrentChildNode = CHILD_SECTION_NODE_FROM_LINK (GetFirstNode(&SourceStream->Children));
1048 if (ChildIsType (SourceStream, CurrentChildNode, SearchType, SectionDefinitionGuid)) {
1057 *FoundChild = CurrentChildNode;
1064 ASSERT (CurrentChildNode != NULL);
1065 if (CurrentChildNode->EncapsulatedStreamHandle != NULL_STREAM_HANDLE) {
1070 (FRAMEWORK_SECTION_STREAM_NODE *)CurrentChildNode->EncapsulatedStreamHandle,
1090 } else if ((CurrentChildNode
[all...]

Completed in 46 milliseconds