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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c464 #define DTRACE_STORE(type, tomax, offset, what) \
465 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2533 caddr_t tomax, data, kdata; local
2560 if ((tomax = buf->dtb_tomax) == NULL) {
2568 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size -
2581 (uintptr_t)tomax || hashsize == 0) {
2646 ASSERT((caddr_t)key >= tomax);
2647 ASSERT((caddr_t)key < tomax + buf->dtb_size);
2653 ASSERT(kdata >= tomax && kdata < tomax
[all...]

Completed in 176 milliseconds