Searched refs:nts (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_event.c | 952 struct itimerspec *nts, struct itimerspec *oval) in linux_timerfd_settime_common() argument 973 if (!timespecisset(&nts->it_value)) in linux_timerfd_settime_common() 974 timespecclear(&nts->it_interval); in linux_timerfd_settime_common() 978 bcopy(nts, &tfd->tfd_time, sizeof(*nts)); in linux_timerfd_settime_common() 980 if (timespecisset(&nts->it_value)) { in linux_timerfd_settime_common() 982 ts = nts->it_value; in linux_timerfd_settime_common() 1008 struct itimerspec nts, ots, *pots; in linux_timerfd_settime() local 1014 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime() 1019 &nts, pots); in linux_timerfd_settime() 1033 struct itimerspec nts, ots, *pots; in linux_timerfd_settime64() local [all …]
|
| HD | linux_vdso_gtod.inc | 74 struct timespec *nts) 78 if (nts->tv_sec > INT_MAX || nts->tv_sec < INT_MIN) 81 lts->tv_sec = nts->tv_sec; 82 lts->tv_nsec = nts->tv_nsec; 104 struct timespec *nts) 107 lts->tv_sec = nts->tv_sec; 108 lts->tv_nsec = nts->tv_nsec;
|
| /freebsd-13-stable/share/doc/psd/24.xdr/ |
| HD | Makefile | 3 SRCS= stubs xdr.nts.ms
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntp_fp.h | 97 #define HTONL_UF(uf, nts) \ argument 99 (nts)->l_ui = 0; \ 100 (nts)->l_uf = htonl(uf); \
|
| /freebsd-13-stable/sys/dev/mn/ |
| HD | if_mn.c | 661 int i, nts, chan; in ngmn_connect() local 677 for (nts = i = 0; i < 32; i++) in ngmn_connect() 681 nts++; in ngmn_connect() 687 if (nts == 32) in ngmn_connect() 690 sc->m32_mem.cs[chan].itbs = nts * 2; in ngmn_connect() 720 for (i = 0; i < (nts + 10); i++) { in ngmn_connect()
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 3407 l_fp nts; local 3436 nts.l_i = pbt.sec + JAN_1970; 3437 nts.l_uf = (u_int32)(pbt.frac >> 32); 3440 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC)); 3441 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC)); 3444 (long)pbt.sec, (u_long)((nts.l_uf / FRAC) * 1e9))); 3462 nts = tspec_stamp_to_lfp(pts); 3480 nts = tval_stamp_to_lfp(ptv); 3487 L_ADD(&nts, &lfpfuzz); 3490 L_SUB(&dts, &nts); [all …]
|
| /freebsd-13-stable/sys/dev/ce/ |
| HD | ceddk.c | 1066 int nts = 0, ots = 0, pts = 0; in _ce_set_ts() local 1081 nts++; 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() 1132 c->baud = nts*64000; in _ce_set_ts()
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_turnstile.c | 925 struct turnstile *nts; in turnstile_calc_unlend_prio_locked() local 932 LIST_FOREACH(nts, &td->td_contested, ts_link) { in turnstile_calc_unlend_prio_locked() 933 cp = turnstile_first_waiter(nts)->td_priority; in turnstile_calc_unlend_prio_locked()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | krl.c | 811 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) in format_timestamp() argument 819 strlcpy(ts, "<INVALID>", nts); in format_timestamp() 822 strftime(ts, nts, "%Y%m%dT%H%M%S", tm); in format_timestamp()
|
| /freebsd-13-stable/usr.sbin/services_mkdb/ |
| HD | services | 994 devshr-nts 552/tcp deviceshare 995 devshr-nts 552/udp deviceshare
|