Function report |
Source Code:lib\kobject.c |
Create Date:2022-07-28 06:16:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kobject_add_varg
Proto:static __printf(3, 0) int kobject_add_varg(struct kobject *kobj, struct kobject *parent, const char *fmt, va_list vargs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kobject * | kobj | |
struct kobject * | parent | |
const char * | fmt | |
va_list | vargs |
384 | retval = 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. |
385 | If retval Then |
390 | Return kobject_add_internal(kobj) |
Name | Describe |
---|---|
kobject_add | kobject_add() - The main kobject add function.*@kobj: the kobject to add*@parent: pointer to the parent of the kobject.*@fmt: format to name the kobject with.* The kobject name is set and added to the kobject hierarchy in this* function. |
kobject_init_and_add | kobject_init_and_add() - Initialize a kobject structure and add it to* the kobject hierarchy.*@kobj: pointer to the kobject to initialize*@ktype: pointer to the ktype for this kobject.*@parent: pointer to the parent of this kobject. |
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 |