Function report |
Source Code:lib\kobject_uevent.c |
Create Date:2022-07-28 06:14:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kobject * | kobj | |
const char * | buf | |
size_t | count |
194 | char * no_uuid_envp[] = {"SYNTH_UUID=0", NULL} |
201 | r = kobject_action_type(buf, count, & action, & action_args) |
202 | If r Then |
207 | If Not action_args Then |
209 | Go to out |
212 | r = kobject_action_args(action_args, count - (action_args - buf), & env) |
224 | out : |
225 | If r Then |
232 | Return r |
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 |