Query: kobject_rename
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KOBJECT_RENAME(9) Driver Basics KOBJECT_RENAME(9)NAMEkobject_rename - change the name of an objectSYNOPSISint kobject_rename(struct kobject * kobj, const char * new_name);ARGUMENTSkobj object in question. new_name object's new nameDESCRIPTIONIt is the responsibility of the caller to provide mutual exclusion between two different calls of kobject_rename on the same kobject and to ensure that new_name is valid and won't conflict with other kobjects.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KOBJECT_RENAME(9)
| Related Man Pages |
|---|
| alter_collation(7) - centos |
| alter_operator_class(7) - centos |
| alter_tablespace(7) - centos |
| device_rename(9) - centos |
| alter_type(7) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Docker learning Phase-I |
| Shopt -s histappend |
| Controlling user input |