| /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/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/include/ |
| ntp_fp.h | 99 #define HTONL_UF(uf, nts) \ 101 (nts)->l_ui = 0; \ 102 (nts)->l_uf = htonl(uf); \
|
| /src/sys/net/npf/ |
| npf_tableset.c | 244 npf_tableset_reload(npf_t *npf, npf_tableset_t *nts, npf_tableset_t *ots) 246 for (u_int tid = 0; tid < nts->ts_nitems; tid++) { 249 if ((t = nts->ts_map[tid]) == NULL) { 276 nts->ts_map[tid] = ot;
|
| /src/lib/libform/ |
| field.c | 894 _formi_tab_t *ts, *nts; local 910 nts = ts->fwd; 912 ts = 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/crypto/external/bsd/openssh/dist/ |
| krl.c | 818 format_timestamp(uint64_t timestamp, char *ts, size_t nts) 826 strlcpy(ts, "<INVALID>", nts); 829 strftime(ts, nts, "%Y%m%dT%H%M%S", tm);
|
| /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 | 4067 const char *nts, *ots; local 4069 *(nst == FUNC ? &nts : &ots) = "function pointer"; 4070 *(nst == VOID ? &nts : &ots) = "'void *'"; 4072 warning(303, ots, nts);
|