Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysent.c30 …{ AS(ibcs2_execv_args), (sy_call_t *)ibcs2_execv, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1…
H A Dibcs2_proto.h284 int ibcs2_execv(struct thread *, struct ibcs2_execv_args *);
H A Dibcs2_misc.c186 ibcs2_execv(struct thread *td, struct ibcs2_execv_args *uap) in ibcs2_execv() function