Searched refs:dtb_tomax (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h251 * includes twin data buffers -- dtb_tomax and dtb_xamot -- that serve as the
414 caddr_t dtb_tomax; /* active buffer */ member in struct:dtrace_buffer
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2219 ASSERT(dbuf->dtb_tomax != NULL);
2220 data = dbuf->dtb_tomax + offset + agg->dtag_base;
2222 if ((tomax = buf->dtb_tomax) == NULL) {
2585 daddr = (uintptr_t)dest->dtb_tomax + offs;
2587 saddr = (uintptr_t)src->dtb_tomax;
2715 if (dest->dtb_tomax == NULL) {
2728 if (src->dtb_tomax == NULL)
6722 tomax = buf->dtb_tomax;
6904 tomax = buf->dtb_tomax;
11322 caddr_t tomax = buf->dtb_tomax;
[all...]

Completed in 90 milliseconds