Searched refs:nts (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | 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()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_turnstile.c | 132 turnstile_t *nts; in turnstile_remove() local 140 if ((nts = ts->ts_free) != NULL) { in turnstile_remove() 142 l->l_ts = nts; in turnstile_remove() 143 ts->ts_free = nts->ts_free; in turnstile_remove() 144 nts->ts_free = NULL; in turnstile_remove()
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_tableset.c | 244 npf_tableset_reload(npf_t *npf, npf_tableset_t *nts, npf_tableset_t *ots) in npf_tableset_reload() argument 246 for (u_int tid = 0; tid < nts->ts_nitems; tid++) { in npf_tableset_reload() 249 if ((t = nts->ts_map[tid]) == NULL) { in npf_tableset_reload() 276 nts->ts_map[tid] = ot; in npf_tableset_reload()
|
| /netbsd-src/lib/libform/ |
| H A D | field.c | 894 _formi_tab_t *ts, *nts; in free_field() local 910 nts = ts->fwd; in free_field() 912 ts = nts; in free_field()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | krl.c | 817 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) in format_timestamp() argument 825 strlcpy(ts, "<INVALID>", nts); in format_timestamp() 828 strftime(ts, nts, "%Y%m%dT%H%M%S", tm); in format_timestamp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-warn-access.cc | 1673 char *nts = cplus_demangle_print (0, pnc, 16, &nsz); in new_delete_mismatch_p() local 1675 if (!nts != !dts) in new_delete_mismatch_p() 1677 bool mismatch = strcmp (nts, dts); in new_delete_mismatch_p() 1678 free (nts); in new_delete_mismatch_p()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 399 nts
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 3861 const char *nts, *ots; in convert_constant_check_range_signed() 3863 *(nst == FUNC ? &nts : &ots) = "function pointer"; in convert_constant_check_range_signed() 3864 *(nst == VOID ? &nts : &ots) = "'void *'"; in convert_constant_check_range_signed() 3866 warning(303, ots, nts); in convert_constant_check_range_signed() 3630 const char *nts, *ots; convert_pointer_from_pointer() local
|
| /netbsd-src/external/gpl3/binutils/dist/gas/po/ |
| H A D | sv.po | 5367 msgstr "ingen arkitektur innehåller alla instruktioner som använts\n" 21317 msgstr "”%s” har redan använts som parameternamn (eller annat lokalt namn)"
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/po/ |
| H A D | sv.po | 5367 msgstr "ingen arkitektur innehåller alla instruktioner som använts\n" 21317 msgstr "”%s” har redan använts som parameternamn (eller annat lokalt namn)"
|
| /netbsd-src/etc/ |
| H A D | services | 1481 devshr-nts 552/tcp # DeviceShare [Benjamin_Rosenberg] … 1482 devshr-nts 552/udp # DeviceShare [Benjamin_Rosenberg] …
|