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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c362 #define DTRACE_STORE(type, tomax, offset, what) \
363 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2418 caddr_t tomax, data, kdata; local
2445 if ((tomax = buf->dtb_tomax) == NULL) {
2453 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size -
2466 (uintptr_t)tomax || hashsize == 0) {
2531 ASSERT((caddr_t)key >= tomax);
2532 ASSERT((caddr_t)key < tomax + buf->dtb_size);
2538 ASSERT(kdata >= tomax && kdata < tomax
6787 dtrace_store_by_ref(dtrace_difo_t *dp, caddr_t tomax, size_t size, size_t *valoffsp, uint64_t *valp, uint64_t end, int intuple, int dtkind) argument
6924 caddr_t tomax; local
11429 caddr_t tomax = buf->dtb_tomax; local
11595 caddr_t tomax; local
[all...]

Completed in 84 milliseconds