函数逻辑报告 | 
Source Code:lib\kobject.c | 
Create Date:2022-07-27 07:13:25 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:kobject_get_path() - Allocate memory and fill in the path for @kobj.*@kobj: kobject in question, with which to build the path*@gfp_mask: the allocation type used to allocate the path* Return: The newly allocated memory, caller must free with kfree().
函数原型:char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask)
返回类型:char
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct kobject * | kobj | |
| gfp_t | gfp_mask | 
| 176 | len等于get_kobj_path_length(kobj) | 
| 177 | 如果len恒等于0则返回:NULL | 
| 180 | 如果非path则返回:NULL | 
| 182 | fill_kobj_path(kobj, path, len) | 
| 184 | 返回:path | 
| 名称 | 描述 | 
|---|---|
| kobject_uevent_env | kobject_uevent_env - send an uevent with environmental data*@kobj: struct kobject that the action is happening to*@action: action that is happening*@envp_ext: pointer to environmental data* Returns 0 if kobject_uevent_env() is completed with success or the | 
| kobject_rename | kobject_rename() - Change the name of an object | 
| kobject_move | 移动对象 | 
| kobject_synth_uevent | kobject_synth_uevent - send synthetic uevent with arguments*@kobj: struct kobject for which synthetic uevent is to be generated*@buf: buffer containing action type and action args, newline is ignored*@count: length of buffer* Returns 0 if | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |