Searched refs:image_args (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/sys/ |
| HD | imgact.h | 41 struct image_args { struct 73 struct image_args *args; /* system call arguments */ argument 93 int exec_alloc_args(struct image_args *); 96 void exec_free_args(struct image_args *); 100 int exec_copyin_args(struct image_args *, char *, enum uio_seg,
|
| HD | syscallsubr.h | 40 struct image_args; 94 int kern_execve(struct thread *td, struct image_args *args,
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_util.h | 114 struct image_args; 115 int freebsd32_exec_copyin_args(struct image_args *args, char *fname,
|
| HD | freebsd32_misc.c | 306 freebsd32_exec_copyin_args(struct image_args *args, char *fname, in freebsd32_exec_copyin_args() 402 struct image_args eargs; in freebsd32_execve() 420 struct image_args eargs; in freebsd32_fexecve()
|
| /trueos/sys/kern/ |
| HD | kern_exec.c | 108 static int do_execve(struct thread *td, struct image_args *args, 201 struct image_args args; in sys_execve() 226 struct image_args args; in sys_fexecve() 256 struct image_args args; in sys___mac_execve() 330 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p) in kern_execve() 347 struct image_args *args; 1129 exec_copyin_args(struct image_args *args, char *fname, in exec_copyin_args() 1228 exec_alloc_args(struct image_args *args) in exec_alloc_args() 1236 exec_free_args(struct image_args *args) in exec_free_args()
|
| /trueos/sys/i386/ibcs2/ |
| HD | ibcs2_misc.c | 202 struct image_args eargs; 227 struct image_args eargs;
|
| /trueos/sys/compat/svr4/ |
| HD | svr4_misc.c | 169 struct image_args eargs; 194 struct image_args eargs;
|
| /trueos/sys/i386/linux/ |
| HD | linux_machdep.c | 129 struct image_args eargs; in linux_execve()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_machdep.c | 139 struct image_args eargs; in linux_execve()
|