Home
last modified time | relevance | path

Searched defs:ots (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_event.c632 struct itimerspec ots; in linux_timerfd_gettime() local
650 struct itimerspec nts, ots; in linux_timerfd_settime() local
677 struct itimerspec ots; in linux_timerfd_gettime64() local
695 struct itimerspec nts, ots; in linux_timerfd_settime64() local
/freebsd/crypto/openssh/
H A Dxmss_hash_address.c39 void setOTSADRS(uint32_t adrs[8], uint32_t ots){ in setOTSADRS()