Searched refs:pSession (Results 101 - 125 of 155) sorted by relevance

1234567

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0CommonDriver.h98 PSUPDRVSESSION pSession; local
99 rc = SUPR3Init(&pSession);
H A DtstRTR0MemUserKernelDriver.cpp70 PSUPDRVSESSION pSession;
71 rc = SUPR3Init(&pSession);
H A DtstRTR0SemMutex.cpp52 * @param pSession The caller's session.
56 DECLEXPORT(int) TSTRTR0SemMutexSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
59 NOREF(pSession);
H A DtstRTR0SemMutexDriver.cpp190 PSUPDRVSESSION pSession;
191 rc = SUPR3Init(&pSession);
H A DtstRTR0ThreadPreemptionDriver.cpp95 PSUPDRVSESSION pSession;
96 rc = SUPR3Init(&pSession);
H A DtstRTR0ThreadPreemption.cpp160 * @param pSession The caller's session.
164 DECLEXPORT(int) TSTRTR0ThreadPreemptionSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
167 NOREF(pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp125 bool UISession::create(UISession *&pSession, UIMachine *pMachine) argument
128 AssertReturn(pSession == 0, false);
131 pSession = new UISession(pMachine);
133 if (!pSession->prepare())
136 destroy(pSession);
145 void UISession::destroy(UISession *&pSession) argument
148 AssertReturnVoid(pSession != 0);
151 pSession->cleanup();
153 delete pSession;
154 pSession
[all...]
H A DUIActionPoolRuntime.h145 void setSession(UISession *pSession);
H A DUISession.h87 static bool create(UISession *&pSession, UIMachine *pMachine);
89 static void destroy(UISession *&pSession);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp813 static DECLCALLBACK(void) vboxDtTOps_ProbeFireUser(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, PCSUPDRVTRACERUSRCTX pCtx, argument
896 static DECLCALLBACK(int) vboxDtTOps_TracerOpen(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uint32_t uCookie, argument
899 NOREF(pThis); NOREF(pSession); NOREF(uCookie); NOREF(uArg);
908 static DECLCALLBACK(int) vboxDtTOps_TracerIoCtl(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uintptr_t uSessionData, argument
911 NOREF(pThis); NOREF(pSession); NOREF(uSessionData);
920 static DECLCALLBACK(void) vboxDtTOps_TracerClose(PCSUPDRVTRACERREG pThis, PSUPDRVSESSION pSession, uintptr_t uSessionData) argument
922 NOREF(pThis); NOREF(pSession); NOREF(uSessionData);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp94 uint32_t VBoxServiceVMInfoWinSessionHasProcesses(PLUID pSession, PVBOXSERVICEVMINFOPROC const paProcs, DWORD cProcs);
547 * @param pSession The current user's SID.
552 uint32_t VBoxServiceVMInfoWinSessionHasProcesses(PLUID pSession, argument
556 if (!pSession)
563 NTSTATUS rcNt = LsaGetLogonSessionData(pSession, &pSessionData);
656 * @param pSession The session to check.
658 bool VBoxServiceVMInfoWinIsLoggedIn(PVBOXSERVICEVMINFOUSER pUserInfo, PLUID pSession) argument
661 if (!pSession)
665 NTSTATUS rcNt = LsaGetLogonSessionData(pSession, &pSessionData);
/vbox/src/VBox/Main/include/
H A DGuestFileImpl.h40 int init(Console *pConsole, GuestSession *pSession, ULONG uFileID, const GuestFileOpenInfo &openInfo);
H A DApplianceImplPrivate.h190 ComPtr<ISession> pSession; // session opened in Appliance::importFS() for machine manipulation member in struct:Appliance::ImportStack
191 bool fSessionOpen; // true if the pSession is currently open and needs closing
H A DGuestImpl.h100 int i_sessionRemove(GuestSession *pSession);
H A DGuestProcessImpl.h201 ComObjPtr<GuestSession> pSession; member in class:GuestProcessTool
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3577 ComPtr<IGuestSession> pSession; local
3591 pSession = collSessions[i];
3592 Assert(!pSession.isNull());
3595 CHECK_ERROR_BREAK(pSession, COMGETTER(Id)(&uID));
3597 CHECK_ERROR_BREAK(pSession, COMGETTER(Name)(strName.asOutParam()));
3611 AssertStmt(!pSession.isNull(), break);
3615 CHECK_ERROR_BREAK(pSession, COMGETTER(Processes)(ComSafeArrayAsOutParam(collProcs)));
3652 pSession.setNull();
3666 pSession.setNull();
3766 ComPtr<IGuestSession> pSession local
[all...]
H A DVBoxManage.h232 ComPtr<ISession> pSession,
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c341 int VbgdCommonIoCtl(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession, void *pvData, size_t cbData, size_t *pcbDataReturned) argument
343 return g_VBoxGuest->_VbgdCommonIoCtl(iFunction, pDevExt, pSession, pvData, cbData, pcbDataReturned);
349 void VbgdCommonCloseSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession) argument
351 g_VBoxGuest->_VbgdCommonCloseSession(pDevExt, pSession);
H A DVBoxGuest-haiku.h97 //XXX: should leave in pSession ?
184 int (*_VbgdCommonIoCtl)(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
187 void (*_VbgdCommonCloseSession)(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp219 SetMacAddressReq.pSession = NIL_RTR0PTR;
248 SetActiveReq.pSession = NIL_RTR0PTR;
297 SendReq.pSession = NIL_RTR0PTR;
544 Req.pSession = NIL_RTR0PTR;
851 WaitReq.pSession = NIL_RTR0PTR;
1006 SendReq.pSession = NIL_RTR0PTR;
1018 SendReq.pSession = NIL_RTR0PTR;
1182 AbortWaitReq.pSession = NIL_RTR0PTR;
1241 CloseReq.pSession = NIL_RTR0PTR;
1426 OpenReq.pSession
[all...]
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp306 ComPtr<ISession> pSession; local
312 rc = pSession.createInprocObject(CLSID_Session);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp285 rc = SUPSemEventMultiWaitNoResume(pThis->s.CTX_SUFF(pVM)->pSession,
343 int rc = SUPSemEventMultiReset(pThis->s.CTX_SUFF(pVM)->pSession,
611 int rc = SUPSemEventSignal(pThis->s.CTX_SUFF(pVM)->pSession, (SUPSEMEVENT)pThis->s.Core.hEvtWrite);
846 rc = SUPSemEventWaitNoResume(pThis->s.CTX_SUFF(pVM)->pSession,
1155 int rc = SUPSemEventSignal(pThis->s.CTX_SUFF(pVM)->pSession, (SUPSEMEVENT)pThis->s.Core.hEvtWrite);
1170 int rc = SUPSemEventMultiSignal(pThis->s.CTX_SUFF(pVM)->pSession, (SUPSEMEVENTMULTI)pThis->s.Core.hEvtRead);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbs.idl119 IUnknown *pSession;
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp58 GuestSessionTaskInternal(GuestSession *pSession) argument
59 : mSession(pSession),
81 GuestSessionTaskInternalOpen(GuestSession *pSession) argument
82 : GuestSessionTaskInternal(pSession) { }
97 HRESULT init(GuestSession *pSession) argument
99 AssertPtrReturn(pSession, E_POINTER);
100 mSession = pSession;
1724 const ComObjPtr<GuestSession> pSession(pTask->Session());
1725 Assert(!pSession.isNull());
1727 AutoCaller autoCaller(pSession);
[all...]
/vbox/include/VBox/
H A Drawpci.h249 PSUPDRVSESSION pSession; member in struct:PCIRAWSENDREQ

Completed in 109 milliseconds

1234567