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

/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c200 static struct file_operations gFileOpsVBoxDrvUsr = variable in typeref:struct:file_operations
228 fops: &gFileOpsVBoxDrvUsr,
362 rc = register_chrdev((dev_t)g_iModuleMajorUsr, DEVICE_NAME_USR, &gFileOpsVBoxDrvUsr);

Completed in 45 milliseconds