Searched refs:sys_setitimer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_socksys.c | 132 return sys_setitimer(td, passargs); in ibcs2_socksys()
|
| H A D | ibcs2_xenix_sysent.c | 76 …{ AS(setitimer_args), (sy_call_t *)sys_setitimer, AUE_SETITIMER, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_time.c | 807 sys_setitimer(struct thread *td, struct setitimer_args *uap) in sys_setitimer() function
|
| H A D | init_sysent.c | 135 …{ AS(setitimer_args), (sy_call_t *)sys_setitimer, AUE_SETITIMER, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1856 int sys_setitimer(struct thread *, struct setitimer_args *);
|