Lines Matching defs:pMachine
135 IMachine *pMachine, IInternalMachineControl *pControl,
138 , mpMachine(pMachine)
1021 * @param pMachine The IMachine for the virtual machine.
1032 HRESULT Console::i_teleporterTrg(PUVM pUVM, IMachine *pMachine, Utf8Str *pErrorMsg, bool fStartPaused,
1035 LogThisFunc(("pUVM=%p pMachine=%p fStartPaused=%RTbool pProgress=%p\n", pUVM, pMachine, fStartPaused, pProgress));
1043 HRESULT hrc = pMachine->COMGETTER(TeleporterPort)(&uPort);
1049 hrc = pMachine->COMGETTER(TeleporterAddress)(bstrAddress.asOutParam());
1056 hrc = pMachine->COMGETTER(TeleporterPassword)(bstrPassword.asOutParam());
1080 hrc = pMachine->COMSETTER(TeleporterPort)(uPort);
1104 TeleporterStateTrg theState(this, pUVM, pProgress, pMachine, mControl, &hTimerLR, fStartPaused);
1181 pMachine->COMSETTER(TeleporterPort)(uPortOrg);