Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace.c536 #define DTRACE_STORE(type, tomax, offset, what) \ argument
537 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2647 caddr_t tomax, data, kdata; in dtrace_aggregate() local
2674 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
2682 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()
2695 (uintptr_t)tomax || hashsize == 0) { in dtrace_aggregate()
2760 ASSERT((caddr_t)key >= tomax); in dtrace_aggregate()
2761 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()
2767 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()
2821 if ((uintptr_t)tomax + offs + fsize > in dtrace_aggregate()
[all …]