Home
last modified time | relevance | path

Searched full:lts (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc73 __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 Dlinux_time.c142 struct l_timespec lts; in linux_put_timespec() local
145 error = native_to_linux_timespec(&lts, ntp); in linux_put_timespec()
148 return (copyout(&lts, ltp, sizeof(lts))); in linux_put_timespec()
154 struct l_timespec lts; in linux_get_timespec() local
157 error = copyin(ultp, &lts, sizeof(lts)); in linux_get_timespec()
160 return (linux_to_native_timespec(ntp, &lts)); in linux_get_timespec()
196 struct l_timespec64 lts; in linux_put_timespec64() local
199 error = native_to_linux_timespec64(&lts, ntp); in linux_put_timespec64()
202 return (copyout(&lts, ltp, sizeof(lts))); in linux_put_timespec64()
208 struct l_timespec64 lts; in linux_get_timespec64() local
[all …]
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md24 * OpenZFS LTS - A designated MAJOR.MINOR release with periodic PATCH
27 LTS, enterprise, or similarly managed kernel (RHEL, Ubuntu LTS, Debian).
29 needed. New kernel versions released after the OpenZFS LTS release are
30 not supported. LTS releases will receive patches for at least 2 years.
31 The current LTS release is OpenZFS 2.2.
36 will no longer be maintained (unless it is an LTS release). New MINOR
/freebsd/release/arm64/
H A DPINE64-LTS.conf8 EMBEDDEDPORTS="sysutils/u-boot-pine64-lts"
16 export BOARDNAME="PINE64-LTS"
19 UBOOT_DIR="/usr/local/share/u-boot/u-boot-pine64-lts"
/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() argument
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() argument
104 register struct l_timespec *ts asm("x1") = lts; in __vdso_clock_getres_fallback()
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pine64-lts.dts8 model = "Pine64 PINE A64 LTS";
9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3328-orangepi-r1-plus-lts.dts14 model = "Xunlong Orange Pi R1 Plus LTS";
15 compatible = "xunlong,orangepi-r1-plus-lts", "rockchip,rk3328";
H A Drk3588-nanopc-t6-lts.dts14 model = "FriendlyElec NanoPC-T6 LTS";
15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
H A Drk3588-nanopc-t6.dtsi722 /* optional on non-LTS, populated on LTS version */
/freebsd/contrib/lutok/
H A DNEWS8 LTS, which appears stuck in 1.11.1.
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h105 auto lts = m_type_system.lock();
107 if (lts.get() == rts.get())
109 return lts.get() < rts.get();
/freebsd/sbin/setkey/
H A Dsetkey.c529 struct sadb_lifetime *lts, *lth, *ltc; in shortdump() local
547 lts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT]; in shortdump()
550 if (lts && lth && ltc) { in shortdump()
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx8qxp-dc-store.yaml73 fsl,lts:
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m412 dnl # This change was made to the 4.19.38 and 4.14.120 LTS kernels.
/freebsd/sys/modules/dtb/allwinner/
H A DMakefile49 allwinner/sun50i-a64-pine64-lts.dts \
/freebsd/contrib/kyua/m4/
H A Dfs.m464 dnl Ubuntu 10.04.1 LTS, provide a lchmod(3) stub that is not implemented yet
/freebsd/contrib/kyua/
H A DNEWS.md323 LTS, which appears stuck in 1.11.1.
347 LTS, which appears stuck in 1.11.1.
599 and Ubuntu 10.04.1 LTS. (Issues #20, #21, #26.)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_limit.ksh36 # then backported to some LTS kernels. Prior to this change there was no
H A Dsnapshot_limit.ksh37 # then backported to some LTS kernels. Prior to this change there was no
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Drockchip.yaml327 - friendlyarm,nanopc-t6-lts
1232 - description: Xunlong Orange Pi R1 Plus / LTS
1236 - xunlong,orangepi-r1-plus-lts
H A Dsunxi.yaml748 - description: Pine64 PINE A64 LTS
750 - const: pine64,pine64-lts
/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp71 /// and Ubuntu 12.04 LTS (which we support for Travis CI builds as of
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h479 /* lts for upper part */ \
497 /* lts for lower part */ \
H A Dvdev_raidz_math_aarch64_neon_common.h478 /* lts for upper part */ \
495 /* lts for lower part */ \
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c392 /* To be safe, lts use the max cac timeout of both rules */

12