Searched refs:tv32 (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | getsockopt.c | 55 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()
|
D | select.c | 104 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()
|
D | setsockopt.c | 68 struct __timeval32 tv32 = valid_timeval64_to_timeval32 (*tv64); in setsockopt32() local 70 r = setsockopt_syscall (fd, level, optname, &tv32, sizeof (tv32)); in setsockopt32()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | osf_settimeofday.c | 32 __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()
|
D | osf_gettimeofday.c | 33 __gettimeofday_tv32 (struct __timeval32 *restrict tv32, void *restrict tz) in __gettimeofday_tv32() argument 41 *tv32 = valid_timespec_to_timeval32 (ts); in __gettimeofday_tv32()
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/ |
D | pselect32.c | 37 struct timeval tv32, *ptv32 = NULL; in __pselect32() local 46 tv32 = valid_timespec64_to_timeval (*timeout); in __pselect32() 47 ptv32 = &tv32; in __pselect32()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 9092 * sysdeps/unix/sysv/linux/alpha/alpha-tv32-compat.h: Delete file. 9094 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. 9101 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. 9104 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](tv32-compat.h): Include file. 9106 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. 9108 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](tv32-compat.h): Include file. 9110 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. 9114 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. 9117 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](tv32-compat.h): Include file. 9119 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)](alpha-tv32-compat.h): Remove include. [all …]
|
D | ChangeLog.20 | 5423 * sysdeps/unix/sysv/linux/alpha/tv32-compat.h: Modified. 5645 * sysdeps/unix/sysv/linux/alpha/tv32-compat.h: Modified. 5817 * sysdeps/unix/sysv/linux/alpha/tv32-compat.h: New file.
|
D | ChangeLog.8 | 9489 new tv64 syscall as well as fall back to tv32. 9497 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 9489 new tv64 syscall as well as fall back to tv32. 9497 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
|