Searched defs:CurrentAddress (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbPeim.c204 @param CurrentAddress The DeviceAddress of usb device.
215 IN UINT8 *CurrentAddress
312 NewPeiUsbDevice->Translator.TranslatorHubAddress = *CurrentAddress;
325 CurrentAddress
342 PeiHubEnumeration (PeiServices, NewPeiUsbDevice, CurrentAddress);
379 UINT8 CurrentAddress; local
382 CurrentAddress = 0;
529 &CurrentAddress
547 PeiHubEnumeration (PeiServices, PeiUsbDevice, &CurrentAddress);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c149 EFI_PHYSICAL_ADDRESS CurrentAddress; local
164 CurrentAddress = (EndOfSection + 3) & ~(3ULL);
165 if (CurrentAddress >= EndOfSections) {
169 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
177 EndOfSection = CurrentAddress + Size;
219 EFI_PHYSICAL_ADDRESS CurrentAddress; local
230 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Fv;
231 EndOfFirmwareVolume = CurrentAddress + Fv->FvLength;
236 for (EndOfFile = CurrentAddress + Fv->HeaderLength; ; ) {
238 CurrentAddress
447 EFI_PHYSICAL_ADDRESS CurrentAddress; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleNetwork.h201 EFI_MAC_ADDRESS CurrentAddress; member in struct:__anon12290
545 This->Mode->CurrentAddress is used for the source HW MAC address.
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c251 UINTN CurrentAddress; local
328 CurrentAddress = PCI_LIB_ADDRESS(Bus, Device, Function, 0);
329 if (CurrentAddress < SelectedAddress) {
330 SelectedAddress = CurrentAddress;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleNetwork.h203 EFI_MAC_ADDRESS CurrentAddress; member in struct:__anon15666
547 This->Mode->CurrentAddress is used for the source HW MAC address.

Completed in 53 milliseconds