Home
last modified time | relevance | path

Searched refs:ibcs2_execve (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysent.c78 …{ AS(ibcs2_execve_args), (sy_call_t *)ibcs2_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dibcs2_proto.h318 int ibcs2_execve(struct thread *, struct ibcs2_execve_args *);
H A Dibcs2_misc.c209 ibcs2_execve(struct thread *td, struct ibcs2_execve_args *uap) in ibcs2_execve() function