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

/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c112 static int VBoxDrvLinuxIOCtlSlow(struct file *pFilp, unsigned int uCmd, unsigned long ulArg, PSUPDRVSESSION pSession);
668 return VBoxDrvLinuxIOCtlSlow(pFilp, uCmd, ulArg, pSession);
678 rc = VBoxDrvLinuxIOCtlSlow(pFilp, uCmd, ulArg, pSession);
693 static int VBoxDrvLinuxIOCtlSlow(struct file *pFilp, unsigned int uCmd, unsigned long ulArg, PSUPDRVSESSION pSession) function

Completed in 33 milliseconds