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

/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1814 ASSERT(dbuf->dtb_tomax != NULL);
1815 data = dbuf->dtb_tomax + offset + agg->dtag_base;
1817 if ((tomax = buf->dtb_tomax) == NULL) {
2169 daddr = (uintptr_t)dest->dtb_tomax + offs;
2171 saddr = (uintptr_t)src->dtb_tomax;
2287 if (dest->dtb_tomax == NULL) {
2296 if (src->dtb_tomax == NULL)
5553 tomax = buf->dtb_tomax;
5723 tomax = buf->dtb_tomax;
9910 caddr_t tomax = buf->dtb_tomax;
[all...]

Completed in 96 milliseconds