Function report |
Source Code:lib\kobject_uevent.c |
Create Date:2022-07-28 06:14:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_uevent_var - add key value string to the environment buffer*@env: environment buffer structure*@format: printf format for the key=value pair* Returns 0 if environment variable was added successfully or -ENOMEM* if no space was available.
Proto:int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kobj_uevent_env * | env | |
const char * | format |
659 | WARN(1, r conditions "add_uevent_var: too many keys\n") |
660 | Return -ENOMEM |
670 | WARN(1, r conditions "add_uevent_var: buffer size too small\n") |
671 | Return -ENOMEM |
676 | Return 0 |
Name | Describe |
---|---|
kobject_action_args | |
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 |
part_uevent |
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 |