Searched refs:VbgdCommonCreateUserSession (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h325 int VbgdCommonCreateUserSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession);
H A DVBoxDev-haiku.c115 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
H A DVBoxGuest-haiku.c182 VbgdCommonCreateUserSession,
H A DVBoxGuest-freebsd.c222 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
H A DVBoxGuest-os2.cpp361 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
H A DVBoxGuest-darwin.cpp1022 int rc = VbgdCommonCreateUserSession(&g_DevExt, &m_pSession);
H A DVBoxGuest-haiku-stubs.c345 int VbgdCommonCreateUserSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession) function
H A DVBoxGuest-linux.c707 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
H A DVBoxGuest-solaris.c517 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
530 LogRel((DEVICE_NAME "::Open: VbgdCommonCreateUserSession failed. rc=%d\n", rc));
H A DVBoxGuest-win.cpp675 vrc = VbgdCommonCreateUserSession(&pDevExt->Core, &pSession);
H A DVBoxGuest.cpp1225 int VbgdCommonCreateUserSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession) function
1230 LogRel(("VbgdCommonCreateUserSession: no memory!\n"));
1243 LogFlow(("VbgdCommonCreateUserSession: pSession=%p proc=%RTproc (%d) r0proc=%p\n",
1253 * Use VbgdCommonCreateUserSession when a ring-3 client opens the device.

Completed in 73 milliseconds