Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDimgact.h41 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,
HDsyscallsubr.h40 struct image_args;
94 int kern_execve(struct thread *td, struct image_args *args,
/trueos/sys/compat/freebsd32/
HDfreebsd32_util.h114 struct image_args;
115 int freebsd32_exec_copyin_args(struct image_args *args, char *fname,
HDfreebsd32_misc.c306 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/
HDkern_exec.c108 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/
HDibcs2_misc.c202 struct image_args eargs;
227 struct image_args eargs;
/trueos/sys/compat/svr4/
HDsvr4_misc.c169 struct image_args eargs;
194 struct image_args eargs;
/trueos/sys/i386/linux/
HDlinux_machdep.c129 struct image_args eargs; in linux_execve()
/trueos/sys/amd64/linux32/
HDlinux32_machdep.c139 struct image_args eargs; in linux_execve()