Searched refs:pSession (Results 126 - 150 of 155) sorted by relevance

1234567

/vbox/src/VBox/VMM/include/
H A DVMInternal.h217 PSUPDRVSESSION pSession; member in struct:VMINTUSERPERVM
/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp131 * @param pSession Pointer to session object.
135 int GuestFile::init(Console *pConsole, GuestSession *pSession, argument
138 LogFlowThisFunc(("pConsole=%p, pSession=%p, uFileID=%RU32, strPath=%s\n",
139 pConsole, pSession, uFileID, openInfo.mFileName.c_str()));
142 AssertPtrReturn(pSession, VERR_INVALID_POINTER);
152 int vrc = bindToSession(pConsole, pSession, uFileID /* Object ID */);
155 mSession = pSession;
H A DGuestProcessImpl.cpp1017 GuestSession *pSession = mSession;
1018 AssertPtr(pSession);
1020 const GuestCredentials &sessionCreds = pSession->i_getCredentials();
1945 : pSession(NULL),
1963 pSession = pGuestSession;
1969 int vrc = pSession->i_processCreateExInteral(mStartupInfo, pProcess);
H A DGuestCtrlPrivate.cpp1212 int GuestObject::bindToSession(Console *pConsole, GuestSession *pSession, uint32_t uObjectID) argument
1215 AssertPtrReturn(pSession, VERR_INVALID_POINTER);
1218 mSession = pSession;
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp1681 GVMMReq.pSession = pVM->pSession;
1690 GMMReq.pSession = pVM->pSession;
2651 if (!pVM || !pVM->pSession)
2673 Req.pSession = pVM->pSession;
2733 Req.pSession = pVM->pSession;
H A DPDMDriver.cpp1248 PSUPDRVSESSION pSession = pDrvIns->Internal.s.pVMR3->pSession; local
1250 pSession));
1251 return pSession;
H A DVM.cpp243 rc = SUPR3Init(&pUVM->vm.s.pSession);
604 CreateVMReq.pSession = pUVM->vm.s.pSession;
614 AssertRelease(pVM->pSession == pUVM->vm.s.pSession);
2699 if (pUVM->vm.s.pSession)
2703 pUVM->vm.s.pSession = NIL_RTR0PTR;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp48 UIMachineLogicFullscreen::UIMachineLogicFullscreen(QObject *pParent, UISession *pSession) argument
49 : UIMachineLogic(pParent, pSession, UIVisualStateType_Fullscreen)
/vbox/include/VBox/vmm/
H A Dvmm.h494 PSUPDRVSESSION pSession; member in struct:GCFGMVALUEREQ
H A Dvm.h840 PSUPDRVSESSION pSession; member in struct:VM
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1400 ComPtr<ISession> pSession; local
1424 rc = pVirtualBoxClient->COMGETTER(Session)(pSession.asOutParam());
1508 rc = pMachine->LaunchVMProcess(pSession, Bstr("headless").raw(), NULL, progress.asOutParam());
1535 pSession->UnlockMachine();
1548 rc = pMachine->LockMachine(pSession, LockType_Shared);
1552 rc = pMachine->LockMachine(pSession, LockType_VM);
1563 if (!pSession)
1570 pSession->COMGETTER(Machine)(gpMachine.asOutParam());
1583 pSession->COMGETTER(Console)(gpConsole.asOutParam());
2986 rc = pSession
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp143 UISession *pSession,
150 pLogic = new UIMachineLogicNormal(pParent, pSession);
153 pLogic = new UIMachineLogicFullscreen(pParent, pSession);
156 pLogic = new UIMachineLogicSeamless(pParent, pSession);
159 pLogic = new UIMachineLogicScale(pParent, pSession);
743 UIMachineLogic::UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType) argument
745 , m_pSession(pSession)
142 create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType) argument
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp2198 ComPtr<ISession> pSession; local
2199 rc = g_pVirtualBoxClient->COMGETTER(Session)(pSession.asOutParam());
2207 resp->returnval = createOrFindRefFromComPtr(req->refIVirtualBox, g_pcszISession, pSession);
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h651 int bindToSession(Console *pConsole, GuestSession *pSession, uint32_t uObjectID);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1844 static DECLCALLBACK(void) vboxDtTOps_ProbeFireUser(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, PCSUPDRVTRACERUSRCTX pCtx, argument
1927 static DECLCALLBACK(int) vboxDtTOps_TracerOpen(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uint32_t uCookie, argument
1947 static DECLCALLBACK(int) vboxDtTOps_TracerIoCtl(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uintptr_t uSessionData, argument
1963 static DECLCALLBACK(void) vboxDtTOps_TracerClose(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uintptr_t uSessionData) argument
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp3053 rc = pNewMachine->LockMachine(stack.pSession, LockType_Write);
3058 rc = stack.pSession->COMGETTER(Machine)(sMachine.asOutParam());
3097 rc = stack.pSession->UnlockMachine();
3106 stack.pSession->UnlockMachine();
3139 rc = pNewMachine->LockMachine(stack.pSession, LockType_Write);
3324 rc = stack.pSession->COMGETTER(Machine)(sMachine.asOutParam());
3412 rc = stack.pSession->UnlockMachine();
3421 stack.pSession->UnlockMachine();
3986 rc = stack.pSession.createInprocObject(CLSID_Session);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp404 * @param pSession The caller's session.
408 DECLEXPORT(int) TSTRTR0TimerSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
412 NOREF(pSession);
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp5345 * @param pSession The current session.
5348 GMMR0DECL(int) GMMR0QueryStatistics(PGMMSTATS pStats, PSUPDRVSESSION pSession, PVM pVM)
5350 LogFlow(("GVMMR0QueryStatistics: pStats=%p pSession=%p pVM=%p\n", pStats, pSession, pVM));
5355 AssertPtrReturn(pSession, VERR_INVALID_POINTER);
5424 return GMMR0QueryStatistics(&pReq->Stats, pReq->pSession, pVM);
5435 * @param pSession The current session.
5438 GMMR0DECL(int) GMMR0ResetStatistics(PCGMMSTATS pStats, PSUPDRVSESSION pSession, PVM pVM)
5440 NOREF(pStats); NOREF(pSession); NOREF(pVM);
5461 return GMMR0ResetStatistics(&pReq->Stats, pReq->pSession, pV
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c51 * @param pSession The session - unused.
54 static DECLCALLBACK(void *) vboxPciQueryFactoryInterface(PCSUPDRVFACTORY pSupDrvFactory, PSUPDRVSESSION pSession, const char *pszInterfaceUuid) argument
652 Log(("VBoxRawPci: pSession=%p\n", SUPR0IdcGetSession(&pGlobals->SupDrvIDC)));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbs.idl126 IUnknown *pSession;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp361 ComPtr<ISession> pSession,
366 if (pSession)
367 pSession->COMGETTER(Console)(pConsole.asOutParam());
359 showVMInfo(ComPtr<IVirtualBox> pVirtualBox, ComPtr<IMachine> machine, ComPtr<ISession> pSession, VMINFO_DETAILS details ) argument
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h250 R0PTRTYPE(PSUPDRVSESSION) pSession; member in struct:SUPCOOKIE::__anon16282::__anon16284
H A DSUPLib.cpp355 g_pSession = CookieReq.u.Out.pSession;
358 *ppSession = CookieReq.u.Out.pSession;
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdp.c732 * @param pSession The session - unused.
735 static DECLCALLBACK(void *) vboxNetAdpQueryFactoryInterface(PCSUPDRVFACTORY pSupDrvFactory, PSUPDRVSESSION pSession, const char *pszInterfaceUuid) argument
1003 Log(("VBoxNetAdp: pSession=%p\n", SUPR0IdcGetSession(&pGlobals->SupDrvIDC)));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1332 * @param pSession The session - unused.
1335 static DECLCALLBACK(void *) vboxNetFltQueryFactoryInterface(PCSUPDRVFACTORY pSupDrvFactory, PSUPDRVSESSION pSession, const char *pszInterfaceUuid) argument
1456 Log(("VBoxNetFlt: pSession=%p\n", SUPR0IdcGetSession(&pGlobals->SupDrvIDC)));

Completed in 143 milliseconds

1234567