Home
last modified time | relevance | path

Searched refs:sys_timer_delete (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/sys/rump/librump/rumpkern/
H A Drumpkern_syscalls.c51 extern sy_call_t sys_timer_delete;
122 { 236, sys_timer_delete },
/netbsd/sys/rump/
H A Drump.sysmap91 236 sys_timer_delete timer_delete rump___sysimpl_timer_delete
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_time.c453 return sys_timer_delete(l, (void *)&ua, retval); in netbsd32_timer_delete()
/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c1006 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux32_syscallargs.h1509 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c1022 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux32_syscallargs.h1516 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/aarch64/
H A Dlinux_sysent.c521 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1204 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/i386/
H A Dlinux_sysent.c1165 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1722 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/arm/
H A Dlinux_sysent.c1146 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1688 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/m68k/
H A Dlinux_sysent.c1156 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1694 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/mips/
H A Dlinux_sysent.c1151 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1740 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/powerpc/
H A Dlinux_sysent.c1075 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1593 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/compat/linux/arch/amd64/
H A Dlinux_sysent.c1071 .sy_call = (sy_call_t *)sys_timer_delete
H A Dlinux_syscallargs.h1599 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/kern/
H A Dkern_time.c1307 sys_timer_delete(struct lwp *l, const struct sys_timer_delete_args *uap, in sys_timer_delete() function
H A Dinit_sysent.c1208 .sy_call = (sy_call_t *)sys_timer_delete
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h1738 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
/netbsd/sys/sys/
H A Dsyscallargs.h1523 check_syscall_args(sys_timer_delete)
3836 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);

12