old_itimerval32
struct old_itimerval32;
struct old_itimerval32 __user *it);
struct old_itimerval32 __user *in,
struct old_itimerval32 __user *out);
static int put_old_itimerval32(struct old_itimerval32 __user *o,
struct old_itimerval32 v32;
return copy_to_user(o, &v32, sizeof(struct old_itimerval32)) ? -EFAULT : 0;
struct old_itimerval32 __user *, value)
static int get_old_itimerval32(struct itimerspec64 *o, const struct old_itimerval32 __user *i)
struct old_itimerval32 v32;
if (copy_from_user(&v32, i, sizeof(struct old_itimerval32)))
struct old_itimerval32 __user *, value,
struct old_itimerval32 __user *, ovalue)