| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 51 extern sy_call_t sys_timer_delete; 121 { 236, sys_timer_delete },
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 453 return sys_timer_delete(l, (void *)&ua, retval);
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_sysent.c | 1006 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux32_syscallargs.h | 1509 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_sysent.c | 1022 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux32_syscallargs.h | 1516 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1351 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| linux_sysent.c | 531 .sy_call = (sy_call_t *)sys_timer_delete
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 1078 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1740 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 1150 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1827 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 1169 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1853 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 1160 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1816 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 1155 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1863 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 1079 .sy_call = (sy_call_t *)sys_timer_delete
|
| linux_syscallargs.h | 1724 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| /src/sys/kern/ |
| kern_time.c | 1302 * sys_timer_delete: 1307 sys_timer_delete(struct lwp *l, const struct sys_timer_delete_args *uap, function
|
| init_sysent.c | 1214 .sy_call = (sy_call_t *)sys_timer_delete
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1877 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
| linux_sysent.c | 1690 .sy_call = (sy_call_t *)sys_timer_delete
|
| /src/sys/sys/ |
| syscallargs.h | 1523 check_syscall_args(sys_timer_delete) 3853 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|