Lines Matching defs:tomax

352 #define	DTRACE_STORE(type, tomax, offset, what) \
353 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
1926 caddr_t tomax, data, kdata;
1953 if ((tomax = buf->dtb_tomax) == NULL) {
1961 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size -
1974 (uintptr_t)tomax || hashsize == 0) {
2039 ASSERT((caddr_t)key >= tomax);
2040 ASSERT((caddr_t)key < tomax + buf->dtb_size);
2046 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size);
2100 if ((uintptr_t)tomax + offs + fsize >
2111 key->dtak_data = kdata = tomax + offs;
5617 caddr_t tomax;
5761 tomax = buf->dtb_tomax;
5762 ASSERT(tomax != NULL);
5765 DTRACE_STORE(uint32_t, tomax, offs, ecb->dte_epid);
5851 dtrace_getpcstack((pc_t *)(tomax + valoffs),
5871 dtrace_bzero((void *)(tomax + valoffs),
5888 (uint64_t *)(tomax + valoffs),
5895 (tomax + valoffs),
5932 tomax = buf->dtb_tomax;
5933 ASSERT(tomax != NULL);
5936 DTRACE_STORE(uint32_t, tomax, offs,
5989 DTRACE_STORE(uint64_t, tomax,
5991 DTRACE_STORE(uint64_t, tomax,
6057 DTRACE_STORE(uint8_t, tomax,
6068 DTRACE_STORE(uint8_t, tomax, valoffs++,
6080 DTRACE_STORE(uint8_t, tomax, valoffs, val);
6083 DTRACE_STORE(uint16_t, tomax, valoffs, val);
6086 DTRACE_STORE(uint32_t, tomax, valoffs, val);
6089 DTRACE_STORE(uint64_t, tomax, valoffs, val);
10044 caddr_t tomax = buf->dtb_tomax;
10053 buf->dtb_xamot = tomax;
10196 caddr_t tomax;
10202 if ((tomax = buf->dtb_tomax) == NULL) {
10215 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);
10227 mstate->dtms_scratch_base = (uintptr_t)tomax + soffs;
10291 tomax[offs++] = 0;
10328 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs);
10370 tomax[woffs++] = 0;
10398 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);