Man Page: kobject_create_and_add
Operating Environment: suse
Section: 9
KOBJECT_CREATE_AND_A(9) Driver Basics KOBJECT_CREATE_AND_A(9)NAMEkobject_create_and_add - create a struct kobject dynamically and register it with sysfsSYNOPSISstruct kobject * kobject_create_and_add(const char * name, struct kobject * parent);ARGUMENTSname the name for the kset parent the parent kobject of this kobject, if any.DESCRIPTIONThis function creates a kobject structure dynamically and registers it with sysfs. When you are finished with this structure, call kobject_put and the structure will be dynamically freed when it is no longer being used. If the kobject was not able to be created, NULL will be returned.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KOBJECT_CREATE_AND_A(9)
| Related Man Pages |
|---|
| debugfs_create_regset32(9) - centos |
| device_create(9) - centos |
| debugfs_create_bool(9) - suse |
| debugfs_create_blob(9) - suse |
| debugfs_create_u16(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Getting command output to putty window title. |
| A (ksh) Library For and From UNIX.com |
| Shopt -s histappend |