Searched refs:linux_getitimer (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 990 return (linux_getitimer(td, (struct linux_getitimer_args *)uap)); in linux_setitimer() 1006 linux_getitimer(struct thread *td, struct linux_getitimer_args *uap) in linux_getitimer() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 119 …{ .sy_narg = AS(linux_getitimer_args), .sy_call = (sy_call_t *)linux_getitimer, .sy_auevent = AUE_…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 122 …{ .sy_narg = AS(linux_getitimer_args), .sy_call = (sy_call_t *)linux_getitimer, .sy_auevent = AUE_…
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 53 …{ .sy_narg = AS(linux_getitimer_args), .sy_call = (sy_call_t *)linux_getitimer, .sy_auevent = AUE_…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 123 …{ .sy_narg = AS(linux_getitimer_args), .sy_call = (sy_call_t *)linux_getitimer, .sy_auevent = AUE_…
|