Searched defs:m_pSession (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.h103 UISession *m_pSession; member in class:UIConsoleEventHandler
H A DUIIndicatorsPool.h107 UISession *m_pSession; member in class:UIIndicatorsPool
H A DUIMachine.h59 UISession *uisession() const { return m_pSession; }
104 UISession *m_pSession; member in class:UIMachine
H A DUIMachineLogic.h89 UISession* uisession() const { return m_pSession; }
346 UISession *m_pSession; member in class:UIMachineLogic
H A DUIActionPoolRuntime.h147 UISession* uisession() const { return m_pSession; }
275 UISession *m_pSession; member in class:UIActionPoolRuntime
H A DUIIndicatorsPool.cpp71 UISessionStateStatusBarIndicator(UISession *pSession) : m_pSession(pSession) {}
79 UISession *m_pSession; member in class:UISessionStateStatusBarIndicator
114 const CMachine machine = m_pSession->machine();
187 const CMachine machine = m_pSession->machine();
264 const CMachine machine = m_pSession->machine();
328 connect(m_pSession, SIGNAL(sigMachineStateChange()),
332 const CMachine machine = m_pSession->machine();
352 if (m_pSession->machineState() == KMachineState_Running)
380 const CMachine machine = m_pSession->machine();
495 const CMachine machine = m_pSession
[all...]
/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.h156 ISession *m_pSession; member in class:VBoxDbgGui
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIAbstractDockIconPreview.h62 UISession *m_pSession; member in class:UIAbstractDockIconPreviewHelper
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp153 PVBOXGUESTSESSION m_pSession; /**< The session. */ member in class:org_virtualbox_VBoxGuestClient
993 m_pSession = NULL;
1017 Assert(!m_pSession);
1022 int rc = VbgdCommonCreateUserSession(&g_DevExt, &m_pSession);
1025 m_pSession->fOpened = false;
1032 unsigned iHash = SESSION_HASH(m_pSession->Process);
1036 if (pCur && pCur->Process != m_pSession->Process)
1039 while (pCur && pCur->Process != m_pSession->Process);
1043 m_pSession->pNextHash = g_apSessionHashTab[iHash];
1044 g_apSessionHashTab[iHash] = m_pSession;
[all...]
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp153 PSUPDRVSESSION m_pSession; /**< The session. */ member in class:org_virtualbox_SupDrvClient
1485 m_pSession = NULL;
1509 Assert(!m_pSession);
1514 int rc = supdrvCreateSession(&g_DevExt, true /* fUser */, false /*fUnrestricted*/, &m_pSession);
1517 m_pSession->fOpened = false;
1524 unsigned iHash = SESSION_HASH(m_pSession->Process);
1528 while (pCur && pCur->Process != m_pSession->Process)
1532 m_pSession->pNextHash = g_apSessionHashTab[iHash];
1533 g_apSessionHashTab[iHash] = m_pSession;
1534 m_pSession
[all...]
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp79 m_pSession(NIL_RTR0PTR),
103 PSUPDRVSESSION m_pSession; member in struct:VBoxNetBaseService::Data
181 CloseReq.pSession = m->m_pSession;
188 if (m->m_pSession != NIL_RTR0PTR)
191 m->m_pSession = NIL_RTR0PTR;
364 int rc = SUPR3Init(&m->m_pSession);
367 m->m_pSession = NIL_RTR0PTR;
394 OpenReq.pSession = m->m_pSession;
424 GetBufferPtrsReq.pSession = m->m_pSession;
445 ActiveReq.pSession = m->m_pSession;
[all...]

Completed in 59 milliseconds