Searched refs:itimerval32 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/alpha/kernel/ |
| D | osf_sys.c | 939 struct itimerval32 struct 975 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32() 977 struct itimerval32 itv; in get_it32() 978 if (copy_from_user(&itv, i, sizeof(struct itimerval32))) in get_it32() 988 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32() 990 return copy_to_user(o, &(struct itimerval32){ in put_it32() 995 sizeof(struct itimerval32)); in put_it32() 1042 SYSCALL_DEFINE2(osf_getitimer, int, which, struct itimerval32 __user *, it) in SYSCALL_DEFINE2() 1057 SYSCALL_DEFINE3(osf_setitimer, int, which, struct itimerval32 __user *, in, in SYSCALL_DEFINE3() 1058 struct itimerval32 __user *, out) in SYSCALL_DEFINE3()
|