Lines Matching defs:m_pSession
153 PVBOXGUESTSESSION m_pSession; /**< The session. */
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;
1045 m_pSession->pvVBoxGuestClient = this;
1055 Log(("org_virtualbox_VBoxGuestClient::start: created session %p for pid %d\n", m_pSession, (int)RTProcSelf()));
1060 VbgdCommonCloseSession(&g_DevExt, m_pSession);
1063 m_pSession = NULL;
1129 Assert(pThis->m_pSession == pSession);
1130 pThis->m_pSession = NULL;
1154 if (m_pSession)
1157 Assert(!m_pSession);