Searched refs:kern_getitimer (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | kern_time.c | 745 error = kern_getitimer(td, uap->which, &aitv); in sys_getitimer() 752 kern_getitimer(struct thread *td, u_int which, struct itimerval *aitv) in kern_getitimer() function 823 return (kern_getitimer(td, which, oitv)); in kern_setitimer()
|
/freebsd-src/sys/sys/ |
H A D | syscallsubr.h | 190 int kern_getitimer(struct thread *, u_int, struct itimerval *);
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 1012 error = kern_getitimer(td, uap->which, &aitv); in linux_getitimer()
|
/freebsd-src/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 617 error = kern_getitimer(td, uap->which, &itv); in freebsd32_getitimer()
|