Searched refs:lts (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_vdso_gtod.inc | 73 __vdso_native_to_linux_timespec(struct l_timespec *lts, 81 lts->tv_sec = nts->tv_sec; 82 lts->tv_nsec = nts->tv_nsec; 103 __vdso_native_to_linux_timespec64(struct l_timespec64 *lts, 107 lts->tv_sec = nts->tv_sec; 108 lts->tv_nsec = nts->tv_nsec; 306 __vdsoN(clock_gettime)(clockid_t clock_id, struct l_timespec *lts) 314 return (__vdso_clock_gettime_fallback(clock_id, lts)); 317 return (-__vdso_native_to_linux_timespec(lts, &ts)); 319 return (__vdso_clock_gettime_fallback(clock_id, lts)); [all …]
|
| H A D | linux_time.c | 142 struct l_timespec lts; in linux_put_timespec() local 145 error = native_to_linux_timespec(<s, ntp); in linux_put_timespec() 148 return (copyout(<s, ltp, sizeof(lts))); in linux_put_timespec() 154 struct l_timespec lts; in linux_get_timespec() local 157 error = copyin(ultp, <s, sizeof(lts)); in linux_get_timespec() 160 return (linux_to_native_timespec(ntp, <s)); in linux_get_timespec() 196 struct l_timespec64 lts; in linux_put_timespec64() local 199 error = native_to_linux_timespec64(<s, ntp); in linux_put_timespec64() 202 return (copyout(<s, ltp, sizeof(lts))); in linux_put_timespec64() 208 struct l_timespec64 lts; in linux_get_timespec64() local [all …]
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_vdso_gtod.c | 70 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *lts) in __vdso_clock_gettime_fallback() argument 74 register struct l_timespec *ts asm("x1") = lts; in __vdso_clock_gettime_fallback() 102 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *lts) in __vdso_clock_getres_fallback() argument 106 register struct l_timespec *ts asm("x1") = lts; in __vdso_clock_getres_fallback()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 106 auto lts = m_type_system.lock(); 108 if (lts.get() == rts.get()) 110 return lts.get() < rts.get();
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pine64-lts.dts | 9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
| /freebsd/sbin/setkey/ |
| H A D | setkey.c | 535 struct sadb_lifetime *lts, *lth, *ltc; in shortdump() local 553 lts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT]; in shortdump() 556 if (lts && lth && ltc) { in shortdump()
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3328-orangepi-r1-plus-lts.dts | 15 compatible = "xunlong,orangepi-r1-plus-lts", "rockchip,rk3328";
|
| H A D | rk3588-nanopc-t6-lts.dts | 15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
|
| /freebsd/sys/modules/dtb/allwinner/ |
| H A D | Makefile | 49 allwinner/sun50i-a64-pine64-lts.dts \
|