Home
last modified time | relevance | path

Searched refs:ChildList (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_inline_box_state.h121 NGLineBoxFragmentBuilder::ChildList* line_box);
127 const NGLineBoxFragmentBuilder::ChildList&);
135 NGInlineBoxState* OnCloseTag(NGLineBoxFragmentBuilder::ChildList*,
151 void PrepareForReorder(NGLineBoxFragmentBuilder::ChildList*);
156 void UpdateAfterReorder(NGLineBoxFragmentBuilder::ChildList*);
171 LayoutUnit ComputeInlinePositions(NGLineBoxFragmentBuilder::ChildList*);
175 void CreateBoxFragments(NGLineBoxFragmentBuilder::ChildList*);
185 NGLineBoxFragmentBuilder::ChildList*,
189 NGLineBoxFragmentBuilder::ChildList*,
209 const NGLineBoxFragmentBuilder::ChildList&) const;
[all …]
H A Dng_line_box_fragment_builder.cc42 NGLineBoxFragmentBuilder::ChildList::FirstInFlowChild() { in FirstInFlowChild()
51 NGLineBoxFragmentBuilder::ChildList::LastInFlowChild() { in LastInFlowChild()
60 void NGLineBoxFragmentBuilder::ChildList::WillInsertChild( in WillInsertChild()
72 void NGLineBoxFragmentBuilder::ChildList::InsertChild(unsigned index) { in InsertChild()
77 void NGLineBoxFragmentBuilder::ChildList::MoveInInlineDirection( in MoveInInlineDirection()
83 void NGLineBoxFragmentBuilder::ChildList::MoveInInlineDirection( in MoveInInlineDirection()
91 void NGLineBoxFragmentBuilder::ChildList::MoveInBlockDirection( in MoveInBlockDirection()
97 void NGLineBoxFragmentBuilder::ChildList::MoveInBlockDirection(LayoutUnit delta, in MoveInBlockDirection()
104 void NGLineBoxFragmentBuilder::AddChildren(ChildList& children) { in AddChildren()
124 void NGLineBoxFragmentBuilder::PropagateChildrenData(ChildList& children) { in PropagateChildrenData()
/dports/games/traingame/traingame-cb6513e/include/gui/
H A DContainerWidget.hpp44 typedef vector<Widget*> ChildList; typedef in gui::ContainerWidget
46 ChildList::iterator begin() { return children.begin(); } in begin()
47 ChildList::iterator end() { return children.end(); } in end()
49 ChildList::const_iterator const_begin() const in const_begin()
51 ChildList::const_iterator const_end() const in const_end()
55 ChildList children;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c126 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
128 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
137 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
431 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
433 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
449 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
506 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
860 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
969 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
979 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c116 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
167 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
168 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
237 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
242 while (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
315 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
316 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
354 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
359 while (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
414 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c125 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
127 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
136 if (!IsListEmpty (&Temp->ChildList)) { in DestroyPciDeviceTree()
415 while (!IsListEmpty (&Bridge->ChildList)) { in RemoveAllPciDeviceOnBridge()
417 CurrentLink = Bridge->ChildList.ForwardLink; in RemoveAllPciDeviceOnBridge()
433 if (!IsListEmpty (&Temp->ChildList)) { in RemoveAllPciDeviceOnBridge()
490 if (!IsListEmpty (&PciIoDevice->ChildList)) { in DeRegisterPciDevice()
844 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
953 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
963 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]
H A DPciResourceSupport.c110 while (CurrentLink != &Bridge->ChildList) { in InsertResourceNode()
161 while (!IsListEmpty (&Res->ChildList)) { in MergeResourceTree()
162 CurrentLink = Res->ChildList.ForwardLink; in MergeResourceTree()
313 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateApertureIo16()
314 if (CurrentLink != &Bridge->ChildList) { in CalculateApertureIo16()
400 CurrentLink = Bridge->ChildList.ForwardLink; in CalculateResourceAperture()
401 if (CurrentLink != &Bridge->ChildList) { in CalculateResourceAperture()
684 InitializeListHead (&Node->ChildList); in CreateResourceNode()
755 CurrentLink = Bridge->ChildList.ForwardLink; in CreateResourceMap()
1216 while (CurrentLink != &Bridge->ChildList) { in ProgramResource()
[all …]
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyIObject.cpp62 class ChildList class
65 ChildList( Abc::IObject &p ) in ChildList() function in ChildList
87 static ChildList getChildList( Abc::IObject& p) in getChildList()
89 return ChildList(p); in getChildList()
288 class_<ChildList> in register_iobject()
290 .def( "__len__", &ChildList::len ) in register_iobject()
291 .def( "__getitem__", &ChildList::getItem ) in register_iobject()
292 .def( "__iter__", &ChildList::getIterator, in register_iobject()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/DuetPkg/PciBusNoEnumerationDxe/
H A DPciDeviceSupport.c104 InsertTailList (&Bridge->ChildList, &(PciDeviceNode->Link)); in InsertPciDevice()
160 while (!IsListEmpty (&Bridge->ChildList)) { in DestroyPciDeviceTree()
162 CurrentLink = Bridge->ChildList.ForwardLink; in DestroyPciDeviceTree()
384 CurrentLink = PciIoDevice->ChildList.ForwardLink; in DeRegisterPciDevice()
561 CurrentLink = RootBridge->ChildList.ForwardLink; in StartPciDevicesOnBridge()
563 while (CurrentLink && CurrentLink != &RootBridge->ChildList) { in StartPciDevicesOnBridge()
761 InitializeListHead (&Dev->ChildList); in CreateRootBridge()
861 CurrentLink = Bridge->ChildList.ForwardLink; in PciDeviceExisted()
863 while (CurrentLink && CurrentLink != &Bridge->ChildList) { in PciDeviceExisted()
871 if (!IsListEmpty (&Temp->ChildList)) { in PciDeviceExisted()
[all …]

12345678910>>...18