Function report |
Source Code:lib\kobject_uevent.c |
Create Date:2022-07-28 06:14:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zap_modalias_env
Proto:static void zap_modalias_env(struct kobj_uevent_env *env)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kobj_uevent_env * | env |
420 | modalias_prefix[] = "MODALIAS=" |
425 | If strncmp(envp[i], modalias_prefix, size of modalias_prefix - 1) Then |
427 | i++ |
428 | Continue |
441 | envp_idx-- |
Name | Describe |
---|---|
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 |
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 |