Searched refs:execve_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/tools/tools/syscall_timing/ |
| H A D | syscall_timing.c | 211 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() 863 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec() 874 (void)execve(USR_BIN_TRUE, execve_args, environ); in test_vfork_exec()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_exec.c | 205 struct execve_args { struct 213 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve() argument
|
| H A D | init_main.c | 717 struct execve_args args; in start_init()
|
| H A D | init_sysent.c | 111 …{ AS(execve_args), (sy_call_t *)sys_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 59 = ex…
|
| H A D | systrace_args.c | 386 struct execve_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 239 struct execve_args { struct 1841 int sys_execve(struct thread *, struct execve_args *);
|