Home
last modified time | relevance | path

Searched refs:tv32 (Results 1 – 6 of 6) sorted by relevance

/sysdeps/unix/sysv/linux/alpha/
A Dosf_settimeofday.c32 __settimeofday_tv32 (const struct __timeval32 *tv32, in __settimeofday_tv32() argument
37 if (tv32 != 0) in __settimeofday_tv32()
45 struct timespec ts = valid_timeval32_to_timespec (*tv32); in __settimeofday_tv32()
A Dosf_gettimeofday.c33 __gettimeofday_tv32 (struct __timeval32 *restrict tv32, void *restrict tz) in __gettimeofday_tv32() argument
41 *tv32 = valid_timespec_to_timeval32 (ts); in __gettimeofday_tv32()
/sysdeps/unix/sysv/linux/
A Dgetsockopt.c55 struct __timeval32 tv32; in getsockopt32() local
56 r = getsockopt_syscall (fd, level, optname, &tv32, in getsockopt32()
57 (socklen_t[]) { sizeof tv32 }); in getsockopt32()
67 *tv64 = valid_timeval32_to_timeval64 (tv32); in getsockopt32()
71 memcpy (optval, &tv32, sizeof tv32); in getsockopt32()
A Dsetsockopt.c68 struct __timeval32 tv32 = valid_timeval64_to_timeval32 (*tv64); in setsockopt32() local
70 r = setsockopt_syscall (fd, level, optname, &tv32, sizeof (tv32)); in setsockopt32()
A Dselect.c104 struct timeval tv32, *ptv32 = NULL; in __select64() local
107 tv32 = valid_timespec64_to_timeval (*pts64); in __select64()
108 ptv32 = &tv32; in __select64()
113 *timeout = valid_timeval_to_timeval64 (tv32); in __select64()
/sysdeps/unix/sysv/linux/microblaze/
A Dpselect32.c37 struct timeval tv32, *ptv32 = NULL; in __pselect32() local
46 tv32 = valid_timespec64_to_timeval (*timeout); in __pselect32()
47 ptv32 = &tv32; in __pselect32()

Completed in 6 milliseconds