Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_socksys.c132 return sys_setitimer(td, passargs); in ibcs2_socksys()
H A Dibcs2_xenix_sysent.c76 …{ AS(setitimer_args), (sy_call_t *)sys_setitimer, AUE_SETITIMER, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/freebsd-12.1/sys/kern/
H A Dkern_time.c807 sys_setitimer(struct thread *td, struct setitimer_args *uap) in sys_setitimer() function
H A Dinit_sysent.c135 …{ AS(setitimer_args), (sy_call_t *)sys_setitimer, AUE_SETITIMER, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
/freebsd-12.1/sys/sys/
H A Dsysproto.h1856 int sys_setitimer(struct thread *, struct setitimer_args *);