Searched refs:tomax (Results 1 – 1 of 1) sorted by relevance
362 #define DTRACE_STORE(type, tomax, offset, what) \ argument363 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);2300 caddr_t tomax, data, kdata; in dtrace_aggregate() local2327 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()2335 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()2348 (uintptr_t)tomax || hashsize == 0) { in dtrace_aggregate()2413 ASSERT((caddr_t)key >= tomax); in dtrace_aggregate()2414 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()2420 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()2474 if ((uintptr_t)tomax + offs + fsize > in dtrace_aggregate()[all …]