Searched refs:ots (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_event.c | 874 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/ |
| HD | xmss_hash_address.c | 39 void setOTSADRS(uint32_t adrs[8], uint32_t ots){ in setOTSADRS() argument 40 adrs[4] = ots; in setOTSADRS()
|
| HD | xmss_hash_address.h | 24 void setOTSADRS(uint32_t adrs[8], uint32_t ots);
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | opentimestamps | 10 # OpenTimestamps Proof .ots format.
|
| HD | archive | 2000 !:ext ots
|
| /freebsd-13-stable/share/timedef/ |
| HD | eu_ES.UTF-8.src | 8 ots.
|
| /freebsd-13-stable/sys/dev/ce/ |
| HD | ceddk.c | 1066 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()
|