Searched refs:Descriptors (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c334 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
346 (VOID **) &Descriptors,
355 PciIoDevice->ResourcePaddingDescriptors = Descriptors;
H A DPciEnumeratorSupport.c2293 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
2297 Descriptors = NULL;
2321 Status = PciRootBridgeIo->Configuration (PciRootBridgeIo, (VOID **) &Descriptors);
2327 while (PciGetBusRange (&Descriptors, &MinBus, &MaxBus, NULL) == EFI_SUCCESS) {
2335 Descriptors++;
2378 Descriptors++;
2387 @param Descriptors A pointer to the address space descriptor.
2398 IN EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors,
2404 while ((*Descriptors)->Desc != ACPI_END_TAG_DESCRIPTOR) {
2405 if ((*Descriptors)
2397 PciGetBusRange( IN EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors, OUT UINT16 *MinBus, OUT UINT16 *MaxBus, OUT UINT16 *BusRange ) argument
[all...]
H A DPciLib.c992 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
1134 (VOID **) &Descriptors,
1144 &Descriptors,
1150 FreePool (Descriptors);
1424 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
1586 Status = PciRootBridgeIo->Configuration (PciRootBridgeIo, (VOID **) &Descriptors);
1592 Status = PciGetBusRange (&Descriptors, &MinBus, NULL, NULL);
H A DPciEnumeratorSupport.h405 @param Descriptors A pointer to the address space descriptor.
416 IN EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c49 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
54 Descriptors = NULL;
85 Status = PciRootBridgeIo->Configuration (PciRootBridgeIo, (VOID **) &Descriptors);
88 while (Descriptors->Desc != ACPI_END_TAG_DESCRIPTOR) {
89 if (Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) {
90 mPciRootBridgeData[Index].MinBusNumber = Descriptors->AddrRangeMin;
91 mPciRootBridgeData[Index].MaxBusNumber = Descriptors->AddrRangeMax;
94 Descriptors++;
96 ASSERT (Descriptors->Desc != ACPI_END_TAG_DESCRIPTOR);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1461 @param[out] Descriptors Points to the address space descriptors.
1469 OUT EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors
1477 @param[in, out] Descriptors Points to current position of a serial of address space
1487 IN OUT EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors,
2050 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
2179 &Descriptors
2192 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd);
2292 if (Descriptors == NULL) {
2468 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptors; local
2478 Status = PciGetProtocolAndResource (HandleBuf[Index], IoDev, &Descriptors);
2576 PciGetNextBusRange( IN OUT EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors, OUT UINT16 *MinBus, OUT UINT16 *MaxBus, OUT BOOLEAN *IsEnd ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_openvms_alpha.s30 ; PrepareAndDispatch, and then the Procedure Descriptors for the stubs. Each
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h680 IO_RESOURCE_DESCRIPTOR Descriptors[1]; member in struct:_IO_RESOURCE_LIST
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h694 IO_RESOURCE_DESCRIPTOR Descriptors[1]; member in struct:_IO_RESOURCE_LIST

Completed in 317 milliseconds