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

/vbox/src/VBox/Main/src-all/
H A DPCIDeviceAttachmentImpl.cpp27 Data(const Bstr &aDevName, argument
34 DevName = aDevName;
63 const Bstr &aDevName,
69 m = new Data(aDevName, aHostAddress, aGuestAddress, fPhysical);
62 init(IMachine *aParent, const Bstr &aDevName, LONG aHostAddress, LONG aGuestAddress, BOOL fPhysical) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp700 Bstr aDevName; local
704 assignment->COMGETTER(Name)(aDevName.asOutParam());
712 InsertConfigString(pCfg, "DeviceName", aDevName);

Completed in 53 milliseconds