Function report | 
Source Code:lib\kobject.c | 
Create Date:2022-07-28 06:16:09 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kobject_set_name_vargs() - Set the name of a kobject.*@kobj: struct kobject to set the name of*@fmt: format string used to build the name*@vargs: vargs to format the string.
Proto:int kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list vargs)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct kobject * | kobj | |
| const char * | fmt | |
| va_list | vargs | 
| 289 | s = kvasprintf_const(GFP_KERNEL, fmt, vargs) | 
| 302 | t = kstrdup(s, GFP_KERNEL) | 
| 312 | Return 0 | 
| Name | Describe | 
|---|---|
| kobject_set_name | kobject_set_name() - Set the name of a kobject | 
| kobject_add_varg | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |