Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dimgact.h45 struct image_args { struct
78 struct image_args *args; /* system call arguments */ argument
101 int exec_alloc_args(struct image_args *);
104 void exec_free_args(struct image_args *);
108 int exec_copyin_args(struct image_args *, char *, enum uio_seg,
110 int exec_copyin_data_fds(struct thread *, struct image_args *, const void *,
H A Dsyscallsubr.h46 struct image_args;
113 int kern_execve(struct thread *td, struct image_args *args,
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_util.h120 struct image_args;
121 int freebsd32_exec_copyin_args(struct image_args *args, char *fname,
H A Dfreebsd32_misc.c335 freebsd32_exec_copyin_args(struct image_args *args, char *fname, in freebsd32_exec_copyin_args()
431 struct image_args eargs; in freebsd32_execve()
450 struct image_args eargs; in freebsd32_fexecve()
/freebsd-12.1/sys/kern/
H A Dkern_exec.c121 static int do_execve(struct thread *td, struct image_args *args,
215 struct image_args args; in sys_execve()
241 struct image_args args; in sys_fexecve()
272 struct image_args args; in sys___mac_execve()
347 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p) in kern_execve()
362 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p) in do_execve()
1179 exec_copyin_args(struct image_args *args, char *fname, in exec_copyin_args()
1273 exec_copyin_data_fds(struct thread *td, struct image_args *args, in exec_copyin_data_fds()
1450 exec_alloc_args(struct image_args *args) in exec_alloc_args()
1458 exec_free_args(struct image_args *args) in exec_free_args()
/freebsd-12.1/usr.bin/indent/tests/
H A Dlist_head.06 struct image_args *args;
H A Dlist_head.0.stdout6 struct image_args *args;
H A Ddeclarations.075 struct image_args *args;
H A Ddeclarations.0.stdout69 struct image_args *args;
/freebsd-12.1/sys/compat/linux/
H A Dlinux_emul.h58 int linux_common_execve(struct thread *, struct image_args *);
H A Dlinux_emul.c214 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve()
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_machdep.c68 struct image_args eargs; in linux_execve()
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_proc.c49 struct image_args args; in cloudabi_sys_proc_exec()
/freebsd-12.1/sys/compat/cloudabi64/
H A Dcloudabi64_module.c51 struct image_args *args; in cloudabi64_copyout_strings()
/freebsd-12.1/sys/compat/cloudabi32/
H A Dcloudabi32_module.c51 struct image_args *args; in cloudabi32_copyout_strings()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_machdep.c99 struct image_args eargs; in linux_execve()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_misc.c188 struct image_args eargs; in ibcs2_execv()
211 struct image_args eargs; in ibcs2_execve()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_machdep.c105 struct image_args eargs; in linux_execve()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_machdep.c132 struct image_args eargs; in linux_execve()