Searched refs:ots (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dxmss_hash_address.c39 void setOTSADRS(uint32_t adrs[8], uint32_t ots){ argument
40 adrs[4] = ots;
H A Dxmss_hash_address.h24 void setOTSADRS(uint32_t adrs[8], uint32_t ots);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_event.c833 linux_timerfd_curval(struct timerfd *tfd, struct itimerspec *ots) argument
838 *ots = tfd->tfd_time;
839 if (ots->it_value.tv_sec != 0 || ots->it_value.tv_nsec != 0) {
840 timespecsub(&ots->it_value, &cts, &ots->it_value);
841 if (ots->it_value.tv_sec < 0 ||
842 (ots->it_value.tv_sec == 0 &&
843 ots->it_value.tv_nsec == 0)) {
844 ots
854 struct itimerspec ots; local
885 struct itimerspec nts, ots; local
[all...]
/freebsd-13-stable/sys/dev/ce/
H A Dceddk.c1068 int nts = 0, ots = 0, pts = 0; local
1076 * ots - current (old) busy ts
1081 ots++;
1088 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts,
1091 if (32 - pts + ots - nts < 0)

Completed in 166 milliseconds