Searched refs:linux_getitimer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_misc.c | 1258 return (linux_getitimer(td, (struct linux_getitimer_args *)uap)); in linux_setitimer() 1282 linux_getitimer(struct thread *td, struct linux_getitimer_args *uap) in linux_getitimer() function
|
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux_sysent.c | 125 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| HD | linux_proto.h | 1604 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|
| /freebsd-11-stable/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 126 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| HD | linux32_proto.h | 1586 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux_sysent.c | 56 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| HD | linux_proto.h | 1269 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|