Searched refs:VbgdCommonCreateKernelSession (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestIDC-unix.c.h71 rc = VbgdCommonCreateKernelSession(&g_DevExt, &pSession);
91 LogRel(("VBoxGuestIDCOpen: VbgdCommonCreateKernelSession failed. rc=%d\n", rc));
H A DVBoxGuestInternal.h326 int VbgdCommonCreateKernelSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession);
H A DVBoxGuest-os2.cpp518 int rc = VbgdCommonCreateKernelSession(&g_DevExt, &pSession);
H A DVBoxGuest-win.cpp517 int vrc = VbgdCommonCreateKernelSession(&pDevExt->Core, &pDevExt->pKernelSession);
680 vrc = VbgdCommonCreateKernelSession(&pDevExt->Core, &pSession);
H A DVBoxGuest-linux.c608 rc = VbgdCommonCreateKernelSession(&g_DevExt,
H A DVBoxGuest.cpp1219 * Use VbgdCommonCreateKernelSession when a ring-0 client connects.
1259 int VbgdCommonCreateKernelSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession) function
1264 LogRel(("VbgdCommonCreateKernelSession: no memory!\n"));
1277 LogFlow(("VbgdCommonCreateKernelSession: pSession=%p proc=%RTproc (%d) r0proc=%p\n",

Completed in 60 milliseconds