Lines Matching defs:tomax

362 #define	DTRACE_STORE(type, tomax, offset, what) \
363 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2418 caddr_t tomax, data, kdata;
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 + buf->dtb_size);
2592 if ((uintptr_t)tomax + offs + fsize >
2603 key->dtak_data = kdata = tomax + offs;
6787 dtrace_store_by_ref(dtrace_difo_t *dp, caddr_t tomax, size_t size,
6816 DTRACE_STORE(uint8_t, tomax, valoffs++, c);
6834 DTRACE_STORE(uint8_t, tomax,
6924 caddr_t tomax;
7014 tomax = buf->dtb_tomax;
7015 ASSERT(tomax != NULL);
7027 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh;
7113 dtrace_getpcstack((pc_t *)(tomax + valoffs),
7133 dtrace_bzero((void *)(tomax + valoffs),
7150 (uint64_t *)(tomax + valoffs),
7164 uint64_t *buf = (uint64_t *)(tomax +
7174 (tomax + valoffs),
7213 tomax = buf->dtb_tomax;
7214 ASSERT(tomax != NULL);
7221 dtrh = ((void *)(tomax + offs));
7289 DTRACE_STORE(uint64_t, tomax,
7291 DTRACE_STORE(uint64_t, tomax,
7350 dtrace_store_by_ref(dp, tomax, size, &valoffs,
7362 DTRACE_STORE(uint8_t, tomax, valoffs, val);
7365 DTRACE_STORE(uint16_t, tomax, valoffs, val);
7368 DTRACE_STORE(uint32_t, tomax, valoffs, val);
7371 DTRACE_STORE(uint64_t, tomax, valoffs, val);
11429 caddr_t tomax = buf->dtb_tomax;
11440 buf->dtb_xamot = tomax;
11595 caddr_t tomax;
11601 if ((tomax = buf->dtb_tomax) == NULL) {
11614 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);
11626 mstate->dtms_scratch_base = (uintptr_t)tomax + soffs;
11690 tomax[offs++] = 0;
11727 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs);
11769 tomax[woffs++] = 0;
11797 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);