Searched refs:nts (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/share/doc/psd/24.xdr/
H A DMakefile4 SRCS= stubs xdr.nts.ms
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c286 trim_seg_t *nts; local
296 nts = kmem_alloc(sizeof (*nts), KM_SLEEP);
297 nts->ts_start = end;
298 nts->ts_end = ts->ts_end;
299 nts->ts_txg = ts->ts_txg;
300 nts->ts_time = ts->ts_time;
302 avl_insert_here(&tm->tm_queued_frees, nts, ts, AVL_AFTER);
303 list_insert_after(&tm->tm_head, ts, nts);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_fp.h97 #define HTONL_UF(uf, nts) \
99 (nts)->l_ui = 0; \
100 (nts)->l_uf = htonl(uf); \
/freebsd-9.3-release/sys/dev/mn/
H A Dif_mn.c662 int i, nts, chan; local
678 for (nts = i = 0; i < 32; i++)
682 nts++;
688 if (nts == 32)
691 sc->m32_mem.cs[chan].itbs = nts * 2;
721 for (i = 0; i < (nts + 10); i++) {
/freebsd-9.3-release/sys/kern/
H A Dsubr_turnstile.c870 struct turnstile *nts; local
910 LIST_FOREACH(nts, &td->td_contested, ts_link) {
911 cp = turnstile_first_waiter(nts)->td_priority;
/freebsd-9.3-release/sys/dev/ce/
H A Dceddk.c1069 int nts = 0, ots = 0, pts = 0; local
1078 * nts - new busy ts
1084 nts++;
1089 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts,
1092 if (32 - pts + ots - nts < 0)
1135 c->baud = nts*64000;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c3291 l_fp nts; local
3320 nts.l_i = pbt.sec + JAN_1970;
3321 nts.l_uf = (u_int32)(pbt.frac >> 32);
3324 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC));
3325 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC));
3328 pbt.sec, (unsigned long)((nts.l_uf / FRAC) * 1e9)));
3346 nts = tspec_stamp_to_lfp(pts);
3364 nts = tval_stamp_to_lfp(ptv);
3371 L_ADD(&nts, &lfpfuzz);
3374 L_SUB(&dts, &nts);
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dkrl.c741 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) argument
749 strftime(ts, nts, "%Y%m%dT%H%M%S", tm);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c1802 const char *nts, *ots; local
1817 *(nt == FUNC ? &nts : &ots) = "function pointer";
1818 *(nt == VOID ? &nts : &ots) = "'void *'";
1820 warning(303, ots, nts);

Completed in 107 milliseconds