Home
last modified time | relevance | path

Searched refs:dtb_tomax (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c2456 ASSERT(dbuf->dtb_tomax != NULL); in dtrace_aggregate()
2457 data = dbuf->dtb_tomax + offset + agg->dtag_base; in dtrace_aggregate()
2459 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
2814 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
2842 daddr = (uintptr_t)dest->dtb_tomax + offs; in dtrace_speculation_commit()
2844 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
2960 if (dest->dtb_tomax == NULL) { in dtrace_speculation_clean_here()
2969 if (src->dtb_tomax == NULL) in dtrace_speculation_clean_here()
7096 tomax = buf->dtb_tomax; in dtrace_probe()
7295 tomax = buf->dtb_tomax; in dtrace_probe()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h423 caddr_t dtb_tomax; /* active buffer */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c385 if (buf.dtb_tomax == NULL) { in dtracemdb_bufsnap()
396 if (mdb_vread(data, bufsize, (uintptr_t)buf.dtb_tomax) == -1) { in dtracemdb_bufsnap()
1805 addr = (uintptr_t)buf.dtb_tomax + in dtrace_aggkey_init()
2189 aaddr = (uintptr_t)buf.dtb_tomax + in dtrace_aggstat()