Searched defs:g_pSession (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem-Zombie.cpp48 static PSUPDRVSESSION g_pSession; variable
57 int rc = SUPSemEventWaitNoResume(g_pSession, hEvent, 120*1000);
67 int rc = SUPSemEventMultiWaitNoResume(g_pSession, hEventMulti, 120*1000);
77 int rc = SUPSemEventWaitNoResume(g_pSession, hEvent, RT_INDEFINITE_WAIT);
87 int rc = SUPSemEventMultiWaitNoResume(g_pSession, hEventMulti, RT_INDEFINITE_WAIT);
120 g_pSession = pSession;
H A DtstSupSem.cpp49 static PSUPDRVSESSION g_pSession; variable
59 return SUPSemEventWaitNoResume(g_pSession, hEvent, g_cMillies);
67 return SUPSemEventMultiWaitNoResume(g_pSession, hEventMulti, g_cMillies);
108 g_pSession = pSession;
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp71 ComPtr<ISession> g_pSession = NULL; variable
H A DVBoxAutostart-win.cpp57 ComPtr<ISession> g_pSession = NULL; variable
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp68 ComPtr<ISession> g_pSession = NULL; variable
911 rc = g_pSession.createInprocObject(CLSID_Session);
955 g_pSession.setNull();
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp103 const PSUPDRVSESSION g_pSession = (PSUPDRVSESSION)0xdeadface; variable
109 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, NULL);
123 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
137 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
150 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
157 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
169 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
263 RTTEST_CHECK_RC_OK(g_hTest, rc = IntNetR0IfSend(pArgs->hIf, g_pSession));
276 RTTEST_CHECK_RC_OK(g_hTest, rc = tstIntNetSendBuf(&pArgs->pBuf->Send, pArgs->hIf, g_pSession,
370 int rc = IntNetR0IfWait(pArgs->hIf, g_pSession, RT_INDEFINITE_WAI
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp128 PSUPDRVSESSION g_pSession; variable
230 *ppSession = g_pSession;
355 g_pSession = CookieReq.u.Out.pSession;
512 g_pSession = (PSUPDRVSESSION)(void *)g_pSupFunctions;
514 *ppSession = g_pSession;

Completed in 48 milliseconds