centos man page for cdev_add

Query: cdev_add

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CDEV_ADD(9)							   Char devices 						       CDEV_ADD(9)

NAME
cdev_add - add a char device to the system
SYNOPSIS
int cdev_add(struct cdev * p, dev_t dev, unsigned count);
ARGUMENTS
p the cdev structure for the device dev the first device number for which this device is responsible count the number of consecutive minor numbers corresponding to this device
DESCRIPTION
cdev_add adds the device represented by p to the system, making it live immediately. A negative error code is returned on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CDEV_ADD(9)
Related Man Pages
makedev(3) - freebsd
ccw_device_start_key(9) - centos
ccw_device_start(9) - suse
major(3) - freebsd
minor(3) - freebsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq