Function report |
Source Code:lib\kobject_uevent.c |
Create Date:2022-07-28 06:14:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kobject_action_args
Proto:static int kobject_action_args(const char *buf, size_t count, struct kobj_uevent_env **ret_env)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | buf | |
size_t | count | |
struct kobj_uevent_env ** | ret_env |
117 | struct kobj_uevent_env * env = NULL |
128 | env = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
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, ' ') |
173 | r = 0 |
174 | out : |
179 | Return r |
Name | Describe |
---|---|
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 |
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 |