Home
last modified time | relevance | path

Searched refs:freebsd32_execve_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h70 struct freebsd32_execve_args { struct
708 int freebsd32_execve(struct thread *, struct freebsd32_execve_args *);
H A Dfreebsd32_sysent.c129 …{ .sy_narg = AS(freebsd32_execve_args), .sy_call = (sy_call_t *)freebsd32_execve, .sy_auevent = AU…
H A Dfreebsd32_misc.c471 freebsd32_execve(struct thread *td, struct freebsd32_execve_args *uap) in freebsd32_execve()
H A Dfreebsd32_systrace_args.c390 struct freebsd32_execve_args *p = params; in systrace_args()