函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\exec.c Create Date:2022-07-29 10:33:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_execve_file

函数原型:int do_execve_file(struct file *file, void *__argv, void *__envp)

返回类型:int

参数:

类型参数名称
struct file *file
void *__argv
void *__envp
1872  struct user_arg_ptr argv = {native = __argv}
1873  struct user_arg_ptr envp = {native = __envp}
1875  返回:sys_execve() executes a new program.
调用者
名称描述
call_usermodehelper_exec_asyncThis is the task which runs the usermode application