/src/sys/compat/netbsd32/ |
netbsd32_time.c | 518 struct sys_timer_getoverrun_args ua;
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_syscallargs.h | 843 struct sys_timer_getoverrun_args; 1507 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux32_sysent.c | 1001 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_syscallargs.h | 878 struct sys_timer_getoverrun_args; 1514 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux32_sysent.c | 1017 ns(struct sys_timer_getoverrun_args),
|
linux32_systrace_args.c | 1644 const struct sys_timer_getoverrun_args *p = params;
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 507 struct sys_timer_getoverrun_args; 1334 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 521 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1008 struct sys_timer_getoverrun_args; 1860 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1683 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 893 struct sys_timer_getoverrun_args; 1721 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1069 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 966 struct sys_timer_getoverrun_args; 1810 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1143 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1013 struct sys_timer_getoverrun_args; 1844 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1162 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 960 struct sys_timer_getoverrun_args; 1807 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1153 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1029 struct sys_timer_getoverrun_args; 1854 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1148 ns(struct sys_timer_getoverrun_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 899 struct sys_timer_getoverrun_args; 1715 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|
linux_sysent.c | 1072 ns(struct sys_timer_getoverrun_args),
|
/src/sys/kern/ |
kern_time.c | 1507 sys_timer_getoverrun(struct lwp *l, const struct sys_timer_getoverrun_args *uap,
|
init_sysent.c | 1227 ns(struct sys_timer_getoverrun_args),
|
/src/sys/sys/ |
syscallargs.h | 1543 struct sys_timer_getoverrun_args { struct 3859 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
|