cdev_alloc(9) centos man page | unix.com

Man Page: cdev_alloc

Operating Environment: centos

Section: 9

CDEV_ALLOC(9)							   Char devices 						     CDEV_ALLOC(9)

NAME
cdev_alloc - allocate a cdev structure
SYNOPSIS
struct cdev * cdev_alloc(void);
ARGUMENTS
void no arguments
DESCRIPTION
Allocates and returns a cdev structure, or NULL on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CDEV_ALLOC(9)
Related Man Pages
ccw_device_start_key(9) - centos
ccw_device_start_timeout_key(9) - centos
dev_depends(9) - debian
make_dev(9) - debian
ccw_device_start_key(9) - suse
Similar Topics in the Unix Linux Community
Use of cdev_alloc function