Searched refs:execve_args (Results 1 – 5 of 5) sorted by relevance
/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 209 static char *execve_args[] = { __DECONST(char *, USR_BIN_TRUE), NULL}; variable 222 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_fork_exec() 233 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_fork_exec() 895 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec() 906 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec()
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 211 struct execve_args { struct 219 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve() argument
|
H A D | init_sysent.c | 128 …{ .sy_narg = AS(execve_args), .sy_call = (sy_call_t *)sys_execve, .sy_auevent = AUE_EXECVE, .sy_fl…
|
H A D | systrace_args.c | 387 struct execve_args *p = params; in systrace_args()
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 235 struct execve_args { struct 1932 int sys_execve(struct thread *, struct execve_args *);
|