Searched refs:tsb (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c259 struct zfs_stat fsb, tsb; local
281 MAXPATHLEN, &tsb);
296 tmode = tsb.zs_mode & S_IFMT;
298 tsb.zs_links == 0)
301 change = tsb.zs_links - fsb.zs_links;
305 print_link_change(fp, di, change, tobjname, &tsb);
308 print_file(fp, di, ZDIFF_ADDED, tobjname, &tsb);
319 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
320 tsb.zs_gen++; /* Force a generational difference */
324 if (fsb.zs_gen == tsb
[all...]
/freebsd-9.3-release/tools/tools/netrate/netsend/
H A Dnetsend.c66 timespec_add(struct timespec *tsa, struct timespec *tsb) argument
69 tsa->tv_sec += tsb->tv_sec;
70 tsa->tv_nsec += tsb->tv_nsec;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c1296 l_fp tsa, tsb; local
1340 get_systime(&tsb);
1341 L_SUB(&tsb, &tsa);
1343 collect_timing(NULL, "processing", bufcount, &tsb);
1344 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_sparc64.c64 #include <machine/tsb.h>
176 _kvm_err(kd, kd->program, "tsb not found in dump");
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddump_machdep.c45 #include <machine/tsb.h>
H A Diommu.c395 uint64_t tsb; local
398 tsb = is->is_ptsb;
400 tsb |= is->is_tsbsize;
403 IOMMU_WRITE8(is, is_iommu, IMR_TSB, tsb);
H A Dtsb.c64 #include <machine/tsb.h>
194 * Traverse the tsb of a pmap, calling the callback function for any tte entry
199 * dimensions of the tsb size as an optimization.
H A Dtrap.c85 #include <machine/tsb.h>
H A Dmp_machdep.c92 #include <machine/tsb.h>
H A Dpmap.c101 #include <machine/tsb.h>
1270 CTR2(KTR_PMAP, "pmap_release: ctx=%#x tsb=%p",
H A Dexception.S71 #include <machine/tsb.h>

Completed in 84 milliseconds