Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c376 #define DTRACE_STORE(type, tomax, offset, what) \ argument
377 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2432 caddr_t tomax, data, kdata; in dtrace_aggregate() local
2459 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
2467 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()
2480 (uintptr_t)tomax || hashsize == 0) { in dtrace_aggregate()
2545 ASSERT((caddr_t)key >= tomax); in dtrace_aggregate()
2546 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()
2552 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()
2606 if ((uintptr_t)tomax + offs + fsize > in dtrace_aggregate()
[all …]