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

/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c87 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
109 VBoxDrvSolarisOpen,
467 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) function
473 LogFlowFunc(("VBoxDrvSolarisOpen: pDev=%p:%#x\n", pDev, *pDev));
502 LogRel(("VBoxDrvSolarisOpen: too many open instances.\n"));
517 LogFlow(("VBoxDrvSolarisOpen: Dev=%#x pSession=%p pid=%d r0proc=%p thread=%p\n",
548 LogFlow(("VBoxDrvSolarisOpen success\n"));
561 LogRel(("VBoxDrvSolarisOpen: All instances exhausted\n"));

Completed in 44 milliseconds