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.c2960 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()
11567 buf->dtb_tomax = xamot; in dtrace_buffer_switch()
11595 if (buf->dtb_tomax != NULL) { in dtrace_buffer_activate()
11639 if (buf->dtb_tomax != NULL) { in dtrace_buffer_alloc()
11682 if (buf->dtb_tomax != NULL) { in dtrace_buffer_alloc()
11688 buf->dtb_tomax = NULL; in dtrace_buffer_alloc()
12047 buf->dtb_tomax = NULL; in dtrace_buffer_free()
[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()