Home
last modified time | relevance | path

Searched refs:execve_args (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/tools/tools/syscall_timing/
H A Dsyscall_timing.c211 static char *execve_args[] = { __DECONST(char *, USR_BIN_TRUE), NULL}; variable
224 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_fork_exec()
235 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_fork_exec()
897 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec()
908 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec()
/freebsd-13.1/sys/kern/
H A Dkern_exec.c213 struct execve_args { struct
221 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve() argument
H A Dinit_sysent.c117 …{ .sy_narg = AS(execve_args), .sy_call = (sy_call_t *)sys_execve, .sy_auevent = AUE_EXECVE, .sy_fl…
H A Dsystrace_args.c386 struct execve_args *p = params; in systrace_args()
/freebsd-13.1/sys/sys/
H A Dsysproto.h239 struct execve_args { struct
1905 int sys_execve(struct thread *, struct execve_args *);