HomeSort by: relevance | last modified time | path
    Searched defs:nts (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/kern/
kern_turnstile.c 132 turnstile_t *nts; local
140 if ((nts = ts->ts_free) != NULL) {
142 l->l_ts = nts;
143 ts->ts_free = nts->ts_free;
144 nts->ts_free = NULL;
  /src/lib/libform/
field.c 894 _formi_tab_t *ts, *nts; local
910 nts = ts->fwd;
912 ts = nts;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
trim_map.c 269 trim_seg_t *nts; local
279 nts = kmem_alloc(sizeof (*nts), KM_SLEEP);
280 nts->ts_start = end;
281 nts->ts_end = ts->ts_end;
282 nts->ts_txg = ts->ts_txg;
283 nts->ts_time = ts->ts_time;
285 avl_insert_here(&tm->tm_queued_frees, nts, ts, AVL_AFTER);
287 TRIM_MAP_ADD(tm, nts);
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 3410 l_fp nts; local
3439 nts.l_i = pbt.sec + JAN_1970;
3440 nts.l_uf = (u_int32)(pbt.frac >> 32);
3443 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC));
3444 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC));
3447 (long)pbt.sec, (u_long)((nts.l_uf / FRAC) * 1e9)));
3465 nts = tspec_stamp_to_lfp(pts);
3483 nts = tval_stamp_to_lfp(ptv);
3490 L_ADD(&nts, &lfpfuzz);
3493 L_SUB(&dts, &nts);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 1687 char *nts = cplus_demangle_print (0, pnc, 16, &nsz); local
1689 if (!nts != !dts)
1691 bool mismatch = strcmp (nts, dts);
1692 free (nts);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 1674 char *nts = cplus_demangle_print (0, pnc, 16, &nsz); local
1676 if (!nts != !dts)
1678 bool mismatch = strcmp (nts, dts);
1679 free (nts);
  /src/usr.bin/xlint/lint1/
tree.c 3984 const char *nts, *ots; local
3986 *(nst == FUNC ? &nts : &ots) = "function pointer";
3987 *(nst == VOID ? &nts : &ots) = "'void *'";
3989 warning(303, ots, nts);

Completed in 34 milliseconds