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

/freebsd-10.0-release/share/doc/psd/24.xdr/
H A DMakefile4 SRCS= stubs xdr.nts.ms
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_fp.h98 #define HTONL_UF(uf, nts) \
99 do { (nts)->l_ui = 0; (nts)->l_uf = htonl(uf); } while (0)
100 #define HTONL_F(f, nts) do { (nts)->l_uf = htonl(f); \
102 (nts)->l_i = -1; \
104 (nts)->l_i = 0; \
/freebsd-10.0-release/contrib/ntp/util/
H A Djitter.h139 #define HTONL_UF(uf, nts) \
140 do { (nts)->l_ui = 0; (nts)->l_uf = htonl(uf); } while (0)
141 #define HTONL_F(f, nts) do { (nts)->l_uf = htonl(f); \
143 (nts)->l_i = -1; \
145 (nts)->l_i = 0; \
/freebsd-10.0-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-10.0-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-10.0-release/sys/kern/
H A Dsubr_turnstile.c869 struct turnstile *nts; local
909 LIST_FOREACH(nts, &td->td_contested, ts_link) {
910 cp = turnstile_first_waiter(nts)->td_priority;
/freebsd-10.0-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-10.0-release/contrib/ntp/ntpd/
H A Dntp_io.c2933 l_fp nts; local
2935 nts.l_i = tvp->tv_sec + JAN_1970;
2943 nts.l_uf = (u_int32)(dtemp*FRAC);
2947 L_SUB(&dts, &nts);
2952 ts = nts; /* network time stamp */
/freebsd-10.0-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-10.0-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 207 milliseconds