函数逻辑报告 |
Source Code:kernel\umh.c |
Create Date:2022-07-27 10:22:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:all_usermodehelper_setup - prepare to call a usermode helper*@path: path to usermode executable*@argv: arg vector for process*@envp: environment for process*@gfp_mask: gfp mask for memory allocation*@cleanup: a cleanup function*@init: an init
函数原型:struct subprocess_info *call_usermodehelper_setup(const char *path, char **argv, char **envp, gfp_t gfp_mask, int (*init)(struct subprocess_info *info, struct cred *new), void (*cleanup)(struct subprocess_info *info), void *data)
返回类型:struct subprocess_info
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | path | |
char ** | argv | |
char ** | envp | |
gfp_t | gfp_mask | |
int (* | init | |
void (* | cleanup | |
void * | data |
403 | out : |
404 | 返回:sub_info |
名称 | 描述 |
---|---|
call_usermodehelper | all_usermodehelper() - prepare and start a usermode application*@path: path to usermode executable*@argv: arg vector for process*@envp: environment for process*@wait: wait for the application to finish and return status |
call_modprobe | |
handle_initrd | |
call_usermodehelper_keys | Call a usermode helper with a specific session keyring. |
do_coredump |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |