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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c427 #define DTRACE_STORE(type, tomax, offset, what) \
428 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2290 caddr_t tomax, data, kdata; local
2317 if ((tomax = buf->dtb_tomax) == NULL) {
2325 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size -
2338 (uintptr_t)tomax || hashsize == 0) {
2403 ASSERT((caddr_t)key >= tomax);
2404 ASSERT((caddr_t)key < tomax + buf->dtb_size);
2410 ASSERT(kdata >= tomax && kdata < tomax
5961 caddr_t tomax; local
10534 caddr_t tomax = buf->dtb_tomax; local
10711 caddr_t tomax; local
[all...]

Completed in 404 milliseconds