HomeSort by: relevance | last modified time | path
    Searched refs:sys_timer_getoverrun (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 52 extern sy_call_t sys_timer_getoverrun;
122 { 239, sys_timer_getoverrun },
  /src/sys/compat/netbsd32/
netbsd32_time.c 521 return sys_timer_getoverrun(l, (void *)&ua, retval);
  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 1002 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux32_syscallargs.h 1507 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 1018 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux32_syscallargs.h 1514 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1334 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
linux_sysent.c 522 .sy_call = (sy_call_t *)sys_timer_getoverrun
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 1070 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1721 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 1144 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1810 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 1163 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1844 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 1154 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1807 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 1149 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1854 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 1073 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1715 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/kern/
kern_time.c 1500 * sys_timer_getoverrun:
1507 sys_timer_getoverrun(struct lwp *l, const struct sys_timer_getoverrun_args *uap, function in typeref:typename:int
init_sysent.c 1228 .sy_call = (sy_call_t *)sys_timer_getoverrun
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1860 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
linux_sysent.c 1684 .sy_call = (sy_call_t *)sys_timer_getoverrun
  /src/sys/sys/
syscallargs.h 1546 check_syscall_args(sys_timer_getoverrun)
3859 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);

Completed in 39 milliseconds