Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dinit_main.c813 if ((error = sys_execve(td, &args)) == EJUSTRETURN) { in start_init()
H A Dkern_exec.c213 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve() function
H A Dinit_sysent.c111 …{ 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 Dsysproto.h1841 int sys_execve(struct thread *, struct execve_args *);