Home
last modified time | relevance | path

Searched refs:ibcs2_wait (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_isc_sysent.c32 …{ AS(ibcs2_wait_args), (sy_call_t *)ibcs2_wait, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 11 =…
H A Dsyscalls.isc28 11 AUE_WAIT4 NOPROTO { int ibcs2_wait(int a1, int a2, int a3); }
H A Dibcs2_sysent.c26 …{ AS(ibcs2_wait_args), (sy_call_t *)ibcs2_wait, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 7 = …
H A Dibcs2_proto.h281 int ibcs2_wait(struct thread *, struct ibcs2_wait_args *);
H A Dibcs2_misc.c137 ibcs2_wait(struct thread *td, struct ibcs2_wait_args *uap) in ibcs2_wait() function