Home
last modified time | relevance | path

Searched refs:image_args (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/sys/
H A Dimgact.h43 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 Dsyscallsubr.h46 struct image_args;
143 int kern_execve(struct thread *td, struct image_args *args,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_util.h121 struct image_args;
122 int freebsd32_exec_copyin_args(struct image_args *args, const char *fname,
H A Dfreebsd32_misc.c403 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 Dkern_exec.c127 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 Dinit_main.c719 struct image_args args; in start_init()
/freebsd/usr.bin/indent/tests/
H A Dlist_head.05 struct image_args *args;
H A Dlist_head.0.stdout5 struct image_args *args;
H A Ddeclarations.074 struct image_args *args;
H A Ddeclarations.0.stdout68 struct image_args *args;
/freebsd/sys/compat/linux/
H A Dlinux_emul.h56 int linux_common_execve(struct thread *, struct image_args *);
H A Dlinux_emul.c212 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve()
H A Dlinux_misc.c2589 linux_exec_copyin_args(struct image_args *args, const char *fname, in linux_exec_copyin_args()
2669 struct image_args eargs; in linux_execve()