Searched refs:supdrvCreateSession (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c247 rc = supdrvCreateSession(&g_VBoxDrvFreeBSDDevExt, true /* fUser */, fUnrestricted, &pSession);
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrv-os2.cpp153 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, true /*fUnrestricted*/, &pSession);
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c509 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, fUnrestricted, &pSession);
531 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, fUnrestricted, &pSession);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvInternal.h937 int VBOXCALL supdrvCreateSession(PSUPDRVDEVEXT pDevExt, bool fUser, bool fUnrestricted, PSUPDRVSESSION *ppSession);
H A DSUPDrv.cpp704 int VBOXCALL supdrvCreateSession(PSUPDRVDEVEXT pDevExt, bool fUser, bool fUnrestricted, PSUPDRVSESSION *ppSession) function
2501 pReq->Hdr.rc = supdrvCreateSession(pDevExt, false /* fUser */, true /*fUnrestricted*/, &pSession);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c538 rc = supdrvCreateSession(&g_DevExt, true /* fUser */, fUnrestricted, &pSession);
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1514 int rc = supdrvCreateSession(&g_DevExt, true /* fUser */, false /*fUnrestricted*/, &m_pSession);
1553 LogFlow(("org_virtualbox_SupDrvClient::start: rc=%Rrc from supdrvCreateSession\n", rc));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp818 rc = supdrvCreateSession(pDevExt, true /*fUser*/, pDevObj == g_pDevObjSys /*fUnrestricted*/,
837 LogRel(("vboxdrv: supdrvCreateSession failed for process %p: rc=%d.\n",
864 rc = supdrvCreateSession(pDevExt, true /*fUser*/, false /*fUnrestricted*/, &pSession);
884 rc = supdrvCreateSession(pDevExt, true /*fUser*/, pDevObj == g_pDevObjSys /*fUnrestricted*/, &pSession);

Completed in 88 milliseconds