Searched refs:image_args (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | imgact.h | 45 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 D | syscallsubr.h | 46 struct image_args; 113 int kern_execve(struct thread *td, struct image_args *args,
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_util.h | 120 struct image_args; 121 int freebsd32_exec_copyin_args(struct image_args *args, char *fname,
|
| H A D | freebsd32_misc.c | 335 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 D | kern_exec.c | 121 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 D | list_head.0 | 6 struct image_args *args;
|
| H A D | list_head.0.stdout | 6 struct image_args *args;
|
| H A D | declarations.0 | 75 struct image_args *args;
|
| H A D | declarations.0.stdout | 69 struct image_args *args;
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_emul.h | 58 int linux_common_execve(struct thread *, struct image_args *);
|
| H A D | linux_emul.c | 214 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_machdep.c | 68 struct image_args eargs; in linux_execve()
|
| /freebsd-12.1/sys/compat/cloudabi/ |
| H A D | cloudabi_proc.c | 49 struct image_args args; in cloudabi_sys_proc_exec()
|
| /freebsd-12.1/sys/compat/cloudabi64/ |
| H A D | cloudabi64_module.c | 51 struct image_args *args; in cloudabi64_copyout_strings()
|
| /freebsd-12.1/sys/compat/cloudabi32/ |
| H A D | cloudabi32_module.c | 51 struct image_args *args; in cloudabi32_copyout_strings()
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_machdep.c | 99 struct image_args eargs; in linux_execve()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_misc.c | 188 struct image_args eargs; in ibcs2_execv() 211 struct image_args eargs; in ibcs2_execve()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 105 struct image_args eargs; in linux_execve()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 132 struct image_args eargs; in linux_execve()
|