Searched refs:image_args (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/sys/ |
H A D | imgact.h | 43 struct image_args { struct 72 struct image_args *args; /* system call arguments */ argument 104 int exec_alloc_args(struct image_args *); 105 int exec_args_add_arg(struct image_args *args, const char *argp, 107 int exec_args_add_env(struct image_args *args, const char *envp, 109 int exec_args_add_fname(struct image_args *args, const char *fname, 111 int exec_args_adjust_args(struct image_args *args, size_t consume, 113 char *exec_args_get_begin_envv(struct image_args *args); 117 void exec_free_args(struct image_args *); 122 int exec_copyin_args(struct image_args *, const char *, char **, char **);
|
H A D | syscallsubr.h | 46 struct image_args; 143 int kern_execve(struct thread *td, struct image_args *args,
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_util.h | 121 struct image_args; 122 int freebsd32_exec_copyin_args(struct image_args *args, const char *fname,
|
H A D | freebsd32_misc.c | 403 freebsd32_exec_copyin_args(struct image_args *args, const char *fname, in freebsd32_exec_copyin_args() 473 struct image_args eargs; in freebsd32_execve() 492 struct image_args eargs; in freebsd32_fexecve()
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 127 static int do_execve(struct thread *td, struct image_args *args, 227 struct image_args args; in sys_execve() 252 struct image_args args; in sys_fexecve() 282 struct image_args args; in sys___mac_execve() 351 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p, in kern_execve() 393 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p, in do_execve() 1348 exec_copyin_args(struct image_args *args, const char *fname, in exec_copyin_args() 1533 exec_alloc_args(struct image_args *args) in exec_alloc_args() 1541 exec_free_args(struct image_args *args) in exec_free_args() 1569 exec_args_add_fname(struct image_args *args, const char *fname, in exec_args_add_fname() [all …]
|
H A D | init_main.c | 719 struct image_args args; in start_init()
|
/freebsd/usr.bin/indent/tests/ |
H A D | list_head.0 | 5 struct image_args *args;
|
H A D | list_head.0.stdout | 5 struct image_args *args;
|
H A D | declarations.0 | 74 struct image_args *args;
|
H A D | declarations.0.stdout | 68 struct image_args *args;
|
/freebsd/sys/compat/linux/ |
H A D | linux_emul.h | 56 int linux_common_execve(struct thread *, struct image_args *);
|
H A D | linux_emul.c | 212 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve()
|
H A D | linux_misc.c | 2589 linux_exec_copyin_args(struct image_args *args, const char *fname, in linux_exec_copyin_args() 2669 struct image_args eargs; in linux_execve()
|