Searched refs:dtb_tomax (Results 1 – 3 of 3) sorted by relevance
306 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()
2671 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 …]
441 caddr_t dtb_tomax; /* active buffer */ member