Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h502 struct freebsd32_fexecve_args { struct
788 int freebsd32_fexecve(struct thread *, struct freebsd32_fexecve_args *);
H A Dfreebsd32_sysent.c562 …{ .sy_narg = AS(freebsd32_fexecve_args), .sy_call = (sy_call_t *)freebsd32_fexecve, .sy_auevent = …
H A Dfreebsd32_misc.c490 freebsd32_fexecve(struct thread *td, struct freebsd32_fexecve_args *uap) in freebsd32_fexecve()
H A Dfreebsd32_systrace_args.c2535 struct freebsd32_fexecve_args *p = params; in systrace_args()