函数逻辑报告 |
Source Code:lib\kobject.c |
Create Date:2022-07-27 07:13:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kobject_add_varg
函数原型:static __printf(3, 0) int kobject_add_varg(struct kobject *kobj, struct kobject *parent, const char *fmt, va_list vargs)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kobject * | kobj | |
struct kobject * | parent | |
const char * | fmt | |
va_list | vargs |
384 | retval等于设置kobject名字 |
385 | 如果retval则 |
390 | 返回:kobject_add_internal(kobj) |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |