Searched refs:itimerval32 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/alpha/kernel/ |
| D | osf_sys.c | 940 struct itimerval32 struct 976 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32() 978 struct itimerval32 itv; in get_it32() 979 if (copy_from_user(&itv, i, sizeof(struct itimerval32))) in get_it32() 989 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32() 991 return copy_to_user(o, &(struct itimerval32){ in put_it32() 996 sizeof(struct itimerval32)); in put_it32() 1043 SYSCALL_DEFINE2(osf_getitimer, int, which, struct itimerval32 __user *, it) in SYSCALL_DEFINE2() 1058 SYSCALL_DEFINE3(osf_setitimer, int, which, struct itimerval32 __user *, in, in SYSCALL_DEFINE3() 1059 struct itimerval32 __user *, out) in SYSCALL_DEFINE3()
|