Searched defs:NumConfig (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c774 UINT8 NumConfig; local
790 NumConfig = DevDesc->Desc.NumConfigurations;
791 DevDesc->Configs = AllocateZeroPool (NumConfig * sizeof (USB_CONFIG_DESC *));
797 DEBUG (( EFI_D_INFO, "UsbBuildDescTable: device has %d configures\n", NumConfig));
802 for (Index = 0; Index < NumConfig; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c1784 UINT8 NumConfig; local
1789 NumConfig = 0;
1812 NumConfig = 1;
1815 Configuration = AllocateZeroPool (sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) * NumConfig + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));
1822 if (NumConfig == 1) {
H A DPciEnumerator.c1102 UINT8 NumConfig; local
1108 NumConfig = 0;
1117 NumConfig++;
1125 NumConfig++;
1133 NumConfig++;
1141 NumConfig++;
1149 NumConfig++;
1153 if (NumConfig != 0) {
1159 Configuration = AllocateZeroPool (sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) * NumConfig + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));

Completed in 2864 milliseconds