Searched refs:aUuid (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp208 RTUUID aUuid; member in struct:DEVEFI
2157 memcpy(&pThis->aUuid, &uuid, sizeof pThis->aUuid);
2294 rc = FwCommonPlantDMITable(pDevIns, pThis->au8DMIPage, VBOX_DMI_TABLE_SIZE, &pThis->aUuid,
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h717 static DECLCALLBACK(int) i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid,
720 static DECLCALLBACK(int) i_usbDetachCallback(Console *that, PUVM pUVM, PCRTUUID aUuid);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8681 Console::i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid, bool aRemote, argument
8686 LogFlowFunc(("that={%p} aUuid={%RTuuid}\n", that, aUuid));
8688 AssertReturn(that && aUuid, VERR_INVALID_PARAMETER);
8691 int vrc = PDMR3UsbCreateProxyDevice(pUVM, aUuid, aRemote, aAddress, pvRemoteBackend,
8770 Console::i_usbDetachCallback(Console *that, PUVM pUVM, PCRTUUID aUuid) argument
8773 LogFlowFunc(("that={%p} aUuid={%RTuuid}\n", that, aUuid));
8775 AssertReturn(that && aUuid, VERR_INVALID_PARAMETER);
8778 int vrc = PDMR3UsbDetachDevice(pUVM, aUuid);
[all...]

Completed in 83 milliseconds