Searched refs:vmlogrdr_major (Results 1 – 1 of 1) sorted by relevance
159 static int vmlogrdr_major = 0; variable782 MKDEV(vmlogrdr_major, in vmlogrdr_register_device()798 device_destroy(vmlogrdr_class, MKDEV(vmlogrdr_major, priv->minor_num)); in vmlogrdr_unregister_device()840 if (vmlogrdr_major) { in vmlogrdr_cleanup()841 unregister_chrdev_region(MKDEV(vmlogrdr_major, 0), MAXMINOR); in vmlogrdr_cleanup()842 vmlogrdr_major=0; in vmlogrdr_cleanup()863 vmlogrdr_major = MAJOR(dev); in vmlogrdr_init()