| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | trim_map.c | 269 trim_seg_t *nts; in trim_map_segment_remove() local 279 nts = kmem_alloc(sizeof (*nts), KM_SLEEP); in trim_map_segment_remove() 280 nts->ts_start = end; in trim_map_segment_remove() 281 nts->ts_end = ts->ts_end; in trim_map_segment_remove() 282 nts->ts_txg = ts->ts_txg; in trim_map_segment_remove() 283 nts->ts_time = ts->ts_time; in trim_map_segment_remove() 285 avl_insert_here(&tm->tm_queued_frees, nts, ts, AVL_AFTER); in trim_map_segment_remove() 287 TRIM_MAP_ADD(tm, nts); in trim_map_segment_remove()
|
| /freebsd-11-stable/share/doc/psd/24.xdr/ |
| HD | Makefile | 4 SRCS= stubs xdr.nts.ms
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_event.c | 1232 struct itimerspec nts, ots; in linux_timerfd_settime() local 1246 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime() 1260 if (!timespecisset(&nts.it_value)) in linux_timerfd_settime() 1261 timespecclear(&nts.it_interval); in linux_timerfd_settime() 1265 tfd->tfd_time = nts; in linux_timerfd_settime() 1266 if (timespecisset(&nts.it_value)) { in linux_timerfd_settime() 1268 ts = nts.it_value; in linux_timerfd_settime()
|
| /freebsd-11-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-11-stable/sys/dev/mn/ |
| HD | if_mn.c | 662 int i, nts, chan; in ngmn_connect() local 678 for (nts = i = 0; i < 32; i++) in ngmn_connect() 682 nts++; in ngmn_connect() 688 if (nts == 32) in ngmn_connect() 691 sc->m32_mem.cs[chan].itbs = nts * 2; in ngmn_connect() 721 for (i = 0; i < (nts + 10); i++) { in ngmn_connect()
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 3369 l_fp nts; local 3398 nts.l_i = pbt.sec + JAN_1970; 3399 nts.l_uf = (u_int32)(pbt.frac >> 32); 3402 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC)); 3403 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC)); 3406 pbt.sec, (unsigned long)((nts.l_uf / FRAC) * 1e9))); 3424 nts = tspec_stamp_to_lfp(pts); 3442 nts = tval_stamp_to_lfp(ptv); 3449 L_ADD(&nts, &lfpfuzz); 3452 L_SUB(&dts, &nts); [all …]
|
| /freebsd-11-stable/sys/dev/ce/ |
| HD | ceddk.c | 1069 int nts = 0, ots = 0, pts = 0; in _ce_set_ts() local 1084 nts++; in _ce_set_ts() 1089 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts, in _ce_set_ts() 1092 if (32 - pts + ots - nts < 0) in _ce_set_ts() 1135 c->baud = nts*64000; in _ce_set_ts()
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_turnstile.c | 868 struct turnstile *nts; in turnstile_unpend() local 908 LIST_FOREACH(nts, &td->td_contested, ts_link) { in turnstile_unpend() 909 cp = turnstile_first_waiter(nts)->td_priority; in turnstile_unpend()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | krl.c | 789 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) in format_timestamp() argument 797 strlcpy(ts, "<INVALID>", nts); in format_timestamp() 800 strftime(ts, nts, "%Y%m%dT%H%M%S", tm); in format_timestamp()
|
| /freebsd-11-stable/usr.bin/xlint/lint1/ |
| HD | tree.c | 1844 const char *nts, *ots; in ppconv() local 1859 *(nt == FUNC ? &nts : &ots) = "function pointer"; in ppconv() 1860 *(nt == VOID ? &nts : &ots) = "'void *'"; in ppconv() 1862 warning(303, ots, nts); in ppconv()
|
| /freebsd-11-stable/etc/ |
| HD | services | 995 devshr-nts 552/tcp deviceshare 996 devshr-nts 552/udp deviceshare
|