Rechercher une page de manuel
kobject_set_name
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
kobject_set_name - Set the name of a kobjectSYNOPSIS
- int kobject_set_name(struct kobject * kobj, const char * fmt, ...);
ARGUMENTS
kobj
- struct kobject to set the name of
fmt
- format string used to build the name
...
- variable arguments
DESCRIPTION
This sets the name of the kobject. If you have already added the kobject to the system, you must call kobject_rename in order to change the name of the kobject.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre