Query: __unregister_chrdev
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__UNREGISTER_CHRDEV(9) Char devices __UNREGISTER_CHRDEV(9)NAME__unregister_chrdev - unregister and destroy a cdevSYNOPSISvoid __unregister_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char * name);ARGUMENTSmajor major device number baseminor first of the range of minor numbers count the number of minor numbers this cdev is occupying name name of this range of devicesDESCRIPTIONUnregister and destroy the cdev occupying the region described by major, baseminor and count. This function undoes what __register_chrdev did.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __UNREGISTER_CHRDEV(9)
Related Man Pages |
---|
usb_gstrings_attach(9) - centos |
glxqueryversion(3g) - centos |
minor(3) - freebsd |
autopush(1m) - opendarwin |
autopush(1m) - mojave |
Similar Topics in the Unix Linux Community |
---|
Kernel panics : trying to write / read on tiny tty driver |