Home
last modified time | relevance | path

Searched refs:HpIndex (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c149 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
158 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
159 *HpIndex = Index; in IsRootPciHotPlugBus()
183 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
192 if (HpIndex != NULL) { in IsRootPciHotPlugController()
193 *HpIndex = Index; in IsRootPciHotPlugController()
214 IN UINTN HpIndex, in CreateEventForHpc() argument
224 gPciRootHpcData + HpIndex, in CreateEventForHpc()
225 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
229 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h116 OUT UINTN *HpIndex OPTIONAL
133 OUT UINTN *HpIndex
147 IN UINTN HpIndex,
H A DPciLib.c988 UINTN HpIndex; in PciScanBus() local
1068 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1069 gPciRootHpcData[HpIndex].Found = TRUE; in PciScanBus()
1071 if (!gPciRootHpcData[HpIndex].Initialized) { in PciScanBus()
1073 Status = CreateEventForHpc (HpIndex, &Event); in PciScanBus()
1079 gPciRootHpcPool[HpIndex].HpcDevicePath, in PciScanBus()
1126 if (IsRootPciHotPlugBus (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1133 gPciRootHpcPool[HpIndex].HpbDevicePath, in PciScanBus()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
H A DPciLib.c996 UINTN HpIndex; in PciScanBus() local
1084 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1085 gPciRootHpcData[HpIndex].Found = TRUE; in PciScanBus()
1087 if (!gPciRootHpcData[HpIndex].Initialized) { in PciScanBus()
1089 Status = CreateEventForHpc (HpIndex, &Event); in PciScanBus()
1095 gPciRootHpcPool[HpIndex].HpcDevicePath, in PciScanBus()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
H A DPciLib.c996 UINTN HpIndex; in PciScanBus() local
1086 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1087 gPciRootHpcData[HpIndex].Found = TRUE; in PciScanBus()
1089 if (!gPciRootHpcData[HpIndex].Initialized) { in PciScanBus()
1091 Status = CreateEventForHpc (HpIndex, &Event); in PciScanBus()
1097 gPciRootHpcPool[HpIndex].HpcDevicePath, in PciScanBus()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
H A DPciLib.c996 UINTN HpIndex; in PciScanBus() local
1086 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1087 gPciRootHpcData[HpIndex].Found = TRUE; in PciScanBus()
1089 if (!gPciRootHpcData[HpIndex].Initialized) { in PciScanBus()
1091 Status = CreateEventForHpc (HpIndex, &Event); in PciScanBus()
1097 gPciRootHpcPool[HpIndex].HpcDevicePath, in PciScanBus()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
H A DPciLib.c996 UINTN HpIndex; in PciScanBus() local
1086 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) { in PciScanBus()
1087 gPciRootHpcData[HpIndex].Found = TRUE; in PciScanBus()
1089 if (!gPciRootHpcData[HpIndex].Initialized) { in PciScanBus()
1091 Status = CreateEventForHpc (HpIndex, &Event); in PciScanBus()
1097 gPciRootHpcPool[HpIndex].HpcDevicePath, in PciScanBus()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c143 OUT UINTN *HpIndex OPTIONAL in IsRootPciHotPlugBus()
152 if (HpIndex != NULL) { in IsRootPciHotPlugBus()
153 *HpIndex = Index; in IsRootPciHotPlugBus()
177 OUT UINTN *HpIndex in IsRootPciHotPlugController() argument
186 if (HpIndex != NULL) { in IsRootPciHotPlugController()
187 *HpIndex = Index; in IsRootPciHotPlugController()
208 IN UINTN HpIndex, in CreateEventForHpc() argument
218 gPciRootHpcData + HpIndex, in CreateEventForHpc()
219 &((gPciRootHpcData + HpIndex)->Event) in CreateEventForHpc()
223 *Event = (gPciRootHpcData + HpIndex)->Event; in CreateEventForHpc()
H A DPciHotPlugSupport.h110 OUT UINTN *HpIndex OPTIONAL
127 OUT UINTN *HpIndex
141 IN UINTN HpIndex,

12