Searched refs:lts (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_time.c257 struct l_timespec lts; local
381 error = native_to_linux_timespec(&lts, &tp);
384 error = copyout(&lts, args->tp, sizeof lts);
396 struct l_timespec lts; local
411 error = copyin(args->tp, &lts, sizeof lts);
417 error = linux_to_native_timespec(&ts, &lts);
438 struct l_timespec lts; local
530 error = native_to_linux_timespec(&lts,
[all...]
H A Dlinux_misc.c2306 struct l_timespec lts; local
2335 error = copyin(args->tsp, &lts, sizeof(lts));
2338 error = linux_to_native_timespec(&uts, &lts);
2373 error = native_to_linux_timespec(&lts, &uts);
2375 error = copyout(&lts, args->tsp, sizeof(lts));
2385 struct l_timespec lts; local
2403 error = copyin(args->tsp, &lts, sizeof(lts));
2440 struct l_timespec lts; local
[all...]
H A Dlinux_futex.c277 struct l_timespec lts; local
281 error = copyin(luts, &lts, sizeof(lts));
285 error = linux_to_native_timespec(ts, &lts);
H A Dlinux_socket.c1725 struct l_timespec lts; local
1731 error = copyin(args->timeout, &lts, sizeof(struct l_timespec));
1734 error = linux_to_native_timespec(&ts, &lts);
/freebsd-13-stable/sbin/setkey/
H A Dsetkey.c508 struct sadb_lifetime *lts, *lth, *ltc; local
526 lts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT];
529 if (lts && lth && ltc) {
/freebsd-13-stable/sys/modules/dtb/allwinner/
H A DMakefile44 allwinner/sun50i-a64-pine64-lts.dts \

Completed in 127 milliseconds