Searched defs:pda (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp91 ComObjPtr<PCIDeviceAttachment> pda; local
93 pda.createObject();
94 pda->init(machine, bstrName, uHostPCIAddress, uGuestPCIAddress, TRUE);
100 fireHostPCIDevicePlugEvent(es, bstrId.raw(), true /* plugged */, RT_SUCCESS(rc) /* success */, pda, msg.raw());
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6716 ComObjPtr<PCIDeviceAttachment> pda; local
6722 pda.createObject();
6723 pda->init(this, bname, aHostAddress, aDesiredGuestAddress, TRUE);
6726 mHWData->mPCIDeviceAssignments.push_back(pda);
9033 ComObjPtr<PCIDeviceAttachment> pda; local
9035 pda.createObject();
9036 pda->i_loadSettings(this, hpda);
9037 mHWData->mPCIDeviceAssignments.push_back(pda);
10324 ComObjPtr<PCIDeviceAttachment> pda = *it; local
10327 rc = pda
[all...]

Completed in 93 milliseconds