Searched refs:sys_execve (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_main.c | 813 if ((error = sys_execve(td, &args)) == EJUSTRETURN) { in start_init()
|
| H A D | kern_exec.c | 213 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve() function
|
| 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…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1841 int sys_execve(struct thread *, struct execve_args *);
|