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 1347 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 1074 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1738 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 1146 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1825 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 1165 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1851 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 1156 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1814 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 1151 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1861 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 1075 .sy_call = (sy_call_t *)sys_timer_getoverrun
linux_syscallargs.h 1722 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
  /src/sys/kern/
kern_time.c 1512 * sys_timer_getoverrun:
1519 sys_timer_getoverrun(struct lwp *l, const struct sys_timer_getoverrun_args *uap, function
init_sysent.c 1228 .sy_call = (sy_call_t *)sys_timer_getoverrun
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1875 int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
linux_sysent.c 1686 .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 47 milliseconds