函数逻辑报告 |
Source Code:lib\kobject_uevent.c |
Create Date:2022-07-27 07:11:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kobject_action_args
函数原型:static int kobject_action_args(const char *buf, size_t count, struct kobj_uevent_env **ret_env)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | buf | |
size_t | count | |
struct kobj_uevent_env ** | ret_env |
117 | struct kobj_uevent_env * env = NULL |
133 | 如果count小于The length of a UUID string ("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee")* not including trailing NUL.或非uuid_is_valid(buf)或 向环境缓冲区添加键值字符串则转到:out |
141 | next等于buf加The length of a UUID string ("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee")* not including trailing NUL. |
154 | next等于action_arg_word_end(buf, buf_end, '=') |
164 | next等于action_arg_word_end(buf, buf_end, ' ') |
168 | 如果 向环境缓冲区添加键值字符串则转到:out |
173 | r等于0 |
174 | out : |
179 | 返回:r |
名称 | 描述 |
---|---|
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 插件可实现:逻辑报告 代码生成和批量转换代码 |