Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:04:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:compat_do_execve
Proto:static int compat_do_execve(struct filename *filename, const compat_uptr_t __user *__argv, const compat_uptr_t __user *__envp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct filename * | filename | |
const compat_uptr_t __user * | __argv | |
const compat_uptr_t __user * | __envp |
1903 | struct user_arg_ptr argv = {is_compat = true, compat = __argv, } |
1907 | struct user_arg_ptr envp = {is_compat = true, compat = __envp, } |
1911 | Return do_execveat_common(Special value used to indicateopenat should use the currentworking directory. , filename, argv, envp, 0) |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE3 |
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 |