Home
last modified time | relevance | path

Searched refs:l_timespec (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/i386/linux/
H A Dlinux.h144 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 Dlinux_vdso_gtod.c70 __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 Dlinux.h172 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 Dlinux32_vdso_gtod.c70 __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 Dlinux_vdso_gtod.c68 __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 Dlinux.h116 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 Dlinux.h128 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 Dlinux_vdso_gtod.c71 __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 Dlinux_time.c114 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 Dlinux_ipc.h90 struct l_timespec *timeout;
H A Dlinux_vdso_gtod.inc73 __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 Dlinux_videodev2_compat.h112 struct l_timespec timestamp;
H A Dlinux_misc.c117 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 Dlinux_socket.c1669 struct l_timespec ts32; in recvmsg_scm_timestampns()