Searched refs:l_timespec (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/i386/linux/ |
H A D | linux.h | 144 struct l_timespec { struct 166 struct l_timespec st_atim; argument 167 struct l_timespec st_mtim; 168 struct l_timespec st_ctim; 183 struct l_timespec st_atim; 184 struct l_timespec st_mtim; 185 struct l_timespec st_ctim; 205 struct l_timespec st_atim; 206 struct l_timespec st_mtim; 207 struct l_timespec st_ctim;
|
H A D | linux_vdso_gtod.c | 70 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_gettime_fallback() 115 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_getres_fallback()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux.h | 172 struct l_timespec { struct 194 struct l_timespec st_atim; argument 195 struct l_timespec st_mtim; 196 struct l_timespec st_ctim; 211 struct l_timespec st_atim; 212 struct l_timespec st_mtim; 213 struct l_timespec st_ctim; 233 struct l_timespec st_atim; 234 struct l_timespec st_mtim; 235 struct l_timespec st_ctim;
|
H A D | linux32_vdso_gtod.c | 70 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_gettime_fallback() 115 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_getres_fallback()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_vdso_gtod.c | 68 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *lts) in __vdso_clock_gettime_fallback() 72 register struct l_timespec *ts asm("x1") = lts; in __vdso_clock_gettime_fallback() 100 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *lts) in __vdso_clock_getres_fallback() 104 register struct l_timespec *ts asm("x1") = lts; in __vdso_clock_getres_fallback()
|
H A D | linux.h | 116 struct l_timespec { struct 142 struct l_timespec st_atim; 143 struct l_timespec st_mtim; 144 struct l_timespec st_ctim;
|
/freebsd/sys/amd64/linux/ |
H A D | linux.h | 128 struct l_timespec { struct 145 struct l_timespec st_atim; argument 146 struct l_timespec st_mtim; 147 struct l_timespec st_ctim;
|
H A D | linux_vdso_gtod.c | 71 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_gettime_fallback() 101 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_getres_fallback()
|
/freebsd/sys/compat/linux/ |
H A D | linux_time.c | 114 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) in native_to_linux_timespec() 128 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) in linux_to_native_timespec() 140 linux_put_timespec(struct timespec *ntp, struct l_timespec *ltp) in linux_put_timespec() 142 struct l_timespec lts; in linux_put_timespec() 152 linux_get_timespec(struct timespec *ntp, const struct l_timespec *ultp) in linux_get_timespec() 154 struct l_timespec lts; in linux_get_timespec()
|
H A D | linux_ipc.h | 90 struct l_timespec *timeout;
|
H A D | linux_vdso_gtod.inc | 73 __vdso_native_to_linux_timespec(struct l_timespec *lts, 306 __vdsoN(clock_gettime)(clockid_t clock_id, struct l_timespec *lts) 335 __vdsoN(clock_getres)(clockid_t clock_id, struct l_timespec *lts)
|
H A D | linux_videodev2_compat.h | 112 struct l_timespec timestamp;
|
H A D | linux_misc.c | 117 static int linux_utimensat_lts_to_ts(struct l_timespec *, 551 linux_utimensat_lts_to_ts(struct l_timespec *l_times, struct timespec *times) in linux_utimensat_lts_to_ts() 613 struct l_timespec l_times[2]; in linux_utimensat()
|
H A D | linux_socket.c | 1669 struct l_timespec ts32; in recvmsg_scm_timestampns()
|