Searched refs:linux_getitimer (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1276 return (linux_getitimer(td, (struct linux_getitimer_args *)uap)); in linux_setitimer() 1300 linux_getitimer(struct thread *td, struct linux_getitimer_args *uap) in linux_getitimer() function
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 122 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| H A D | linux_proto.h | 1136 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 56 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| H A D | linux_proto.h | 1270 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 125 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| H A D | linux32_proto.h | 1587 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 125 …{ AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STA…
|
| H A D | linux_proto.h | 1605 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
|