Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dsyscallargs.h3069 struct sys_fexecve_args { struct
4276 int sys_fexecve(struct lwp *, const struct sys_fexecve_args *, register_t *);
/netbsd/src/sys/kern/
Dinit_sysent.c2279 ns(struct sys_fexecve_args),
Dkern_exec.c613 sys_fexecve(struct lwp *l, const struct sys_fexecve_args *uap, in sys_fexecve()
Dsystrace_args.c3563 const struct sys_fexecve_args *p = params; in systrace_args()