Searched refs:HpIndex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c139 @param HpIndex If HpIndex is not NULL, return the index of root hot
149 OUT UINTN *HpIndex OPTIONAL
158 if (HpIndex != NULL) {
159 *HpIndex = Index;
173 @param HpIndex If HpIndex is not NULL, return the index of root hot
183 OUT UINTN *HpIndex
192 if (HpIndex != NULL) {
193 *HpIndex
213 CreateEventForHpc( IN UINTN HpIndex, OUT EFI_EVENT *Event ) argument
[all...]
H A DPciHotPlugSupport.h106 @param HpIndex If HpIndex is not NULL, return the index of root hot
116 OUT UINTN *HpIndex OPTIONAL
123 @param HpIndex If HpIndex is not NULL, return the index of root hot
133 OUT UINTN *HpIndex
139 @param HpIndex Index of hot plug device in global array.
147 IN UINTN HpIndex,
H A DPciLib.c986 UINTN HpIndex; local
1066 if (IsRootPciHotPlugController (PciDevice->DevicePath, &HpIndex)) {
1067 gPciRootHpcData[HpIndex].Found = TRUE;
1069 if (!gPciRootHpcData[HpIndex].Initialized) {
1071 Status = CreateEventForHpc (HpIndex, &Event);
1077 gPciRootHpcPool[HpIndex].HpcDevicePath,
1124 if (IsRootPciHotPlugBus (PciDevice->DevicePath, &HpIndex)) {
1131 gPciRootHpcPool[HpIndex].HpbDevicePath,

Completed in 492 milliseconds