Query: cdev_add
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CDEV_ADD(9) Char devices CDEV_ADD(9)NAMEcdev_add - add a char device to the systemSYNOPSISint cdev_add(struct cdev * p, dev_t dev, unsigned count);ARGUMENTSp 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 deviceDESCRIPTIONcdev_add adds the device represented by p to the system, making it live immediately. A negative error code is returned on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CDEV_ADD(9)
Related Man Pages |
---|
device_create(9) - centos |
device_create_vargs(9) - centos |
ccw_device_start_timeout_key(9) - suse |
ccw_device_start_key(9) - suse |
device_create_vargs(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
Migrating to UNIX |
Docker learning Phase-I |
Shopt -s histappend |