Searched defs:HpcDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciHotPlugInit.h104 EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath; member in struct:__anon12247
110 /// and PCI Express*, HpbDevicePath is the same as HpcDevicePath.
184 @param[in] HpcDevicePath The device path to the HPC that is being initialized.
207 IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath,
225 @param[in] HpcDevicePath The device path to the HPC.
247 IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c172 @param HpcDevicePath A pointer to device path data structure to be tested.
182 IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath,
190 if (EfiCompareDevicePath (gPciRootHpcPool[Index].HpcDevicePath, HpcDevicePath)) {
181 IsRootPciHotPlugController( IN EFI_DEVICE_PATH_PROTOCOL *HpcDevicePath, OUT UINTN *HpIndex ) argument

Completed in 41 milliseconds