/src/sys/compat/netbsd32/ |
netbsd32_time.c | 450 struct sys_timer_delete_args ua;
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_syscallargs.h | 845 struct sys_timer_delete_args; 1509 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux32_sysent.c | 1005 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_syscallargs.h | 880 struct sys_timer_delete_args; 1516 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux32_sysent.c | 1021 ns(struct sys_timer_delete_args),
|
linux32_systrace_args.c | 1651 const struct sys_timer_delete_args *p = params;
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 517 struct sys_timer_delete_args; 1338 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 530 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1010 struct sys_timer_delete_args; 1862 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1687 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 895 struct sys_timer_delete_args; 1723 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1073 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 968 struct sys_timer_delete_args; 1812 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1147 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1015 struct sys_timer_delete_args; 1846 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1166 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 962 struct sys_timer_delete_args; 1809 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1157 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1031 struct sys_timer_delete_args; 1856 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1152 ns(struct sys_timer_delete_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 901 struct sys_timer_delete_args; 1717 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|
linux_sysent.c | 1076 ns(struct sys_timer_delete_args),
|
/src/sys/kern/ |
kern_time.c | 1306 sys_timer_delete(struct lwp *l, const struct sys_timer_delete_args *uap,
|
init_sysent.c | 1213 ns(struct sys_timer_delete_args),
|
/src/sys/sys/ |
syscallargs.h | 1520 struct sys_timer_delete_args { struct 3853 int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
|