Home
last modified time | relevance | path

Searched refs:ots (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
HDlinux_event.c874 linux_timerfd_curval(struct timerfd *tfd, struct itimerspec *ots) in linux_timerfd_curval() argument
879 *ots = tfd->tfd_time; in linux_timerfd_curval()
880 if (ots->it_value.tv_sec != 0 || ots->it_value.tv_nsec != 0) { in linux_timerfd_curval()
881 timespecsub(&ots->it_value, &cts, &ots->it_value); in linux_timerfd_curval()
882 if (ots->it_value.tv_sec < 0 || in linux_timerfd_curval()
883 (ots->it_value.tv_sec == 0 && in linux_timerfd_curval()
884 ots->it_value.tv_nsec == 0)) { in linux_timerfd_curval()
885 ots->it_value.tv_sec = 0; in linux_timerfd_curval()
886 ots->it_value.tv_nsec = 1; in linux_timerfd_curval()
892 linux_timerfd_gettime_common(struct thread *td, int fd, struct itimerspec *ots) in linux_timerfd_gettime_common() argument
[all …]
/freebsd-13-stable/crypto/openssh/
HDxmss_hash_address.c39 void setOTSADRS(uint32_t adrs[8], uint32_t ots){ in setOTSADRS() argument
40 adrs[4] = ots; in setOTSADRS()
HDxmss_hash_address.h24 void setOTSADRS(uint32_t adrs[8], uint32_t ots);
/freebsd-13-stable/contrib/file/magic/Magdir/
HDopentimestamps10 # OpenTimestamps Proof .ots format.
HDarchive2000 !:ext ots
/freebsd-13-stable/share/timedef/
HDeu_ES.UTF-8.src8 ots.
/freebsd-13-stable/sys/dev/ce/
HDceddk.c1066 int nts = 0, ots = 0, pts = 0; in _ce_set_ts() local
1079 ots++; in _ce_set_ts()
1086 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts, in _ce_set_ts()
1089 if (32 - pts + ots - nts < 0) in _ce_set_ts()