Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c362 #define DTRACE_STORE(type, tomax, offset, what) \ argument
363 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2266 caddr_t tomax, data, kdata; in dtrace_aggregate() local
2293 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
2301 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()
2314 (uintptr_t)tomax || hashsize == 0) { in dtrace_aggregate()
2379 ASSERT((caddr_t)key >= tomax); in dtrace_aggregate()
2380 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()
2386 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()
2440 if ((uintptr_t)tomax + offs + fsize > in dtrace_aggregate()
[all …]