Searched refs:linux_getitimer (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_proto.h1269 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
H A Dlinux_sysent.c56 { AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STATIC }, /* 36 = linux_getitimer */
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_proto.h1586 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
H A Dlinux32_sysent.c126 { AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STATIC }, /* 105 = linux_getitimer */
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c1258 return (linux_getitimer(td, (struct linux_getitimer_args *)uap));
1282 linux_getitimer(struct thread *td, struct linux_getitimer_args *uap) function
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_proto.h1604 int linux_getitimer(struct thread *, struct linux_getitimer_args *);
H A Dlinux_sysent.c125 { AS(linux_getitimer_args), (sy_call_t *)linux_getitimer, AUE_GETITIMER, NULL, 0, 0, 0, SY_THR_STATIC }, /* 105 = linux_getitimer */

Completed in 261 milliseconds