misc_deregister(9) centos man page | unix.com

Man Page: misc_deregister

Operating Environment: centos

Section: 9

MISC_DEREGISTER(9)					       Miscellaneous Devices						MISC_DEREGISTER(9)

NAME
misc_deregister - unregister a miscellaneous device
SYNOPSIS
int misc_deregister(struct miscdevice * misc);
ARGUMENTS
misc device to unregister
DESCRIPTION
Unregister a miscellaneous device that was previously successfully registered with misc_register. Success is indicated by a zero return, a negative errno code indicates an error.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MISC_DEREGISTER(9)
Related Man Pages
device_create_vargs(9) - centos
parport_register_port(9) - centos
struct_usb_device_driver(9) - centos
device_create_vargs(9) - suse
tapset::networking(3stap) - centos
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?