Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_ioctl.c306 if (copyout(buf->dtb_tomax, desc.dtbd_data, sz) != 0) { in dtrace_ioctl()
327 if (buf->dtb_tomax == NULL) { in dtrace_ioctl()
333 cached = buf->dtb_tomax; in dtrace_ioctl()
347 if (buf->dtb_tomax == cached) { in dtrace_ioctl()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c2671 ASSERT(dbuf->dtb_tomax != NULL); in dtrace_aggregate()
2672 data = dbuf->dtb_tomax + offset + agg->dtag_base; in dtrace_aggregate()
2674 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
3029 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
3057 daddr = (uintptr_t)dest->dtb_tomax + offs; in dtrace_speculation_commit()
3059 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
3175 if (dest->dtb_tomax == NULL) { in dtrace_speculation_clean_here()
3184 if (src->dtb_tomax == NULL) in dtrace_speculation_clean_here()
7750 tomax = buf->dtb_tomax;
7932 tomax = buf->dtb_tomax;
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h441 caddr_t dtb_tomax; /* active buffer */ member