Home
last modified time | relevance | path

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

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