Home
last modified time | relevance | path

Searched refs:timeval32 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c934 struct timeval32 struct
941 struct timeval32 it_interval; argument
942 struct timeval32 it_value;
946 get_tv32(struct timespec64 *o, struct timeval32 __user *i) in get_tv32()
948 struct timeval32 tv; in get_tv32()
949 if (copy_from_user(&tv, i, sizeof(struct timeval32))) in get_tv32()
957 put_tv32(struct timeval32 __user *o, struct timespec64 *i) in put_tv32()
959 return copy_to_user(o, &(struct timeval32){ in put_tv32()
962 sizeof(struct timeval32)); in put_tv32()
966 put_tv_to_tv32(struct timeval32 __user *o, struct __kernel_old_timeval *i) in put_tv_to_tv32()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/sys/
H A Daudioio.h28 struct timeval32 struct
276 struct timeval32 timestamp;