Home | History | Annotate | Download | only in DeviceIoOnPciRootBridgeIoThunk

Lines Matching refs:PciDevicePath

203   @param  PciDevicePath          A pointer to the pointer for the EFI Device Path

207 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI
220 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
933 @param PciDevicePath A pointer to the pointer for the EFI Device Path
937 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI
950 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
970 *PciDevicePath = Private->DevicePath;
974 *PciDevicePath = AppendPciDevicePath (
979 *PciDevicePath,
983 if (*PciDevicePath == NULL) {