Searched refs:CurrentLink (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDriverOverride.c56 LIST_ENTRY *CurrentLink; local
61 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink;
63 while (CurrentLink != NULL && CurrentLink != &PciIoDevice->OptionRomDriverList) {
65 Node = DRIVER_OVERRIDE_FROM_LINK (CurrentLink);
75 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList ||
76 CurrentLink->ForwardLink == NULL) {
83 Node = DRIVER_OVERRIDE_FROM_LINK (CurrentLink->ForwardLink);
88 CurrentLink = CurrentLink
[all...]
H A DPciDeviceSupport.c123 LIST_ENTRY *CurrentLink; local
128 CurrentLink = Bridge->ChildList.ForwardLink;
133 RemoveEntryList (CurrentLink);
135 Temp = PCI_IO_DEVICE_FROM_LINK (CurrentLink);
164 LIST_ENTRY *CurrentLink; local
167 CurrentLink = mPciDevicePool.ForwardLink;
169 while (CurrentLink != NULL && CurrentLink != &mPciDevicePool) {
170 Temp = PCI_IO_DEVICE_FROM_LINK (CurrentLink);
174 RemoveEntryList (CurrentLink);
428 LIST_ENTRY *CurrentLink; local
481 LIST_ENTRY *CurrentLink; local
644 LIST_ENTRY *CurrentLink; local
804 LIST_ENTRY *CurrentLink; local
932 LIST_ENTRY *CurrentLink; local
967 LIST_ENTRY *CurrentLink; local
1004 LIST_ENTRY *CurrentLink; local
1041 LIST_ENTRY *CurrentLink; local
1095 LIST_ENTRY *CurrentLink; local
[all...]
H A DPciResourceSupport.c105 LIST_ENTRY *CurrentLink; local
115 CurrentLink = Bridge->ChildList.ForwardLink->ForwardLink;
116 while (CurrentLink != &Bridge->ChildList) {
117 Temp = RESOURCE_NODE_FROM_LINK (CurrentLink);
129 SwapListEntries (&ResNode->Link, CurrentLink);
131 CurrentLink = ResNode->Link.ForwardLink;
161 LIST_ENTRY *CurrentLink; local
168 CurrentLink = Res->ChildList.ForwardLink;
170 Temp = RESOURCE_NODE_FROM_LINK (CurrentLink);
176 RemoveEntryList (CurrentLink);
195 LIST_ENTRY *CurrentLink; local
337 LIST_ENTRY *CurrentLink; local
765 LIST_ENTRY *CurrentLink; local
1212 LIST_ENTRY *CurrentLink; local
1709 LIST_ENTRY *CurrentLink; local
[all...]
H A DPciEnumerator.c323 LIST_ENTRY *CurrentLink; local
329 CurrentLink = Bridge->ChildList.ForwardLink;
330 while (CurrentLink != NULL && CurrentLink != &Bridge->ChildList) {
331 Temp = PCI_IO_DEVICE_FROM_LINK (CurrentLink);
348 CurrentLink = CurrentLink->ForwardLink;
562 LIST_ENTRY *CurrentLink; local
572 CurrentLink = Bridge->ChildList.ForwardLink;
573 while (CurrentLink !
751 LIST_ENTRY *CurrentLink; local
907 LIST_ENTRY *CurrentLink; local
[all...]
H A DPciLib.c123 LIST_ENTRY *CurrentLink; local
130 CurrentLink = Bridge->ChildList.ForwardLink;
132 while (CurrentLink != NULL && CurrentLink != &Bridge->ChildList) {
134 Temp = PCI_IO_DEVICE_FROM_LINK (CurrentLink);
157 LastLink = CurrentLink->BackLink;
158 RemoveEntryList (CurrentLink);
161 CurrentLink = LastLink;
165 CurrentLink = CurrentLink
1299 LIST_ENTRY *CurrentLink; local
[all...]
H A DPciEnumeratorSupport.c1086 LIST_ENTRY *CurrentLink; local
1091 CurrentLink = PciIoDevice->ChildList.ForwardLink;
1092 while (CurrentLink != NULL && CurrentLink != &PciIoDevice->ChildList) {
1094 Temp = PCI_IO_DEVICE_FROM_LINK (CurrentLink);
1107 CurrentLink = CurrentLink->ForwardLink;
1128 LIST_ENTRY *CurrentLink; local
1198 CurrentLink = PciIoDevice->ChildList.ForwardLink;
1199 while (CurrentLink !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlNamespace.c84 LIST_ENTRY *CurrentLink; local
89 CurrentLink = StartLink->ForwardLink;
91 while (CurrentLink != StartLink) {
92 CurrentAmlNodeList = EFI_AML_NODE_LIST_FROM_LINK (CurrentLink);
102 CurrentLink = CurrentLink->ForwardLink;
430 LIST_ENTRY *CurrentLink; local
437 CurrentLink = StartLink->ForwardLink;
442 while (CurrentLink != StartLink) {
446 CurrentAmlNodeList = EFI_AML_NODE_LIST_FROM_LINK (CurrentLink);
477 volatile LIST_ENTRY *CurrentLink; local
527 LIST_ENTRY *CurrentLink; local
[all...]
H A DAcpiSdt.c60 LIST_ENTRY *CurrentLink; local
73 CurrentLink = StartLink->ForwardLink;
75 while (CurrentLink != StartLink) {
76 CurrentTableList = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
85 CurrentLink = CurrentLink->ForwardLink;
162 LIST_ENTRY *CurrentLink; local
181 CurrentLink = StartLink->ForwardLink;
183 while (CurrentLink != StartLink) {
184 CurrentNotifyList = EFI_ACPI_NOTIFY_LIST_FROM_LINK (CurrentLink);
231 LIST_ENTRY *CurrentLink; local
334 LIST_ENTRY *CurrentLink; local
[all...]
H A DAcpiTableProtocol.c1099 LIST_ENTRY *CurrentLink; local
1110 CurrentLink = TableList->ForwardLink;
1112 while (CurrentLink != TableList) {
1113 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
1122 CurrentLink = CurrentLink->ForwardLink;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c123 LIST_ENTRY *CurrentLink; local
142 CurrentLink = AcpiSupportInstance->TableList.ForwardLink;
144 for (TempIndex = 0; (TempIndex < Index) && (CurrentLink != StartLink) && (CurrentLink != NULL); TempIndex++) {
145 CurrentLink = CurrentLink->ForwardLink;
148 if (TempIndex != Index || CurrentLink == StartLink) {
154 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
1156 LIST_ENTRY *CurrentLink; local
1167 CurrentLink
[all...]

Completed in 1024 milliseconds