centos man page for kset_create_and_add

Query: kset_create_and_add

OS: centos

Section: 9

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

KSET_CREATE_AND_ADD(9)						   Driver Basics					    KSET_CREATE_AND_ADD(9)

NAME
kset_create_and_add - create a struct kset dynamically and add it to sysfs
SYNOPSIS
struct kset * kset_create_and_add(const char * name, const struct kset_uevent_ops * uevent_ops, struct kobject * parent_kobj);
ARGUMENTS
name the name for the kset uevent_ops a struct kset_uevent_ops for the kset parent_kobj the parent kobject of this kset, if any.
DESCRIPTION
This function creates a kset structure dynamically and registers it with sysfs. When you are finished with this structure, call kset_unregister and the structure will be dynamically freed when it is no longer being used. If the kset was not able to be created, NULL will be returned.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KSET_CREATE_AND_ADD(9)
Related Man Pages
debugfs_create_file(9) - centos
debugfs_create_blob(9) - centos
device_create_with_groups(9) - centos
pci_create_slot(9) - centos
struct_class(9) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
DB2 convert digits to binary format
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it