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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c427 #define DTRACE_STORE(type, tomax, offset, what) \
428 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
2060 caddr_t tomax, data, kdata; local
2087 if ((tomax = buf->dtb_tomax) == NULL) {
2095 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size -
2108 (uintptr_t)tomax || hashsize == 0) {
2173 ASSERT((caddr_t)key >= tomax);
2174 ASSERT((caddr_t)key < tomax + buf->dtb_size);
2180 ASSERT(kdata >= tomax && kdata < tomax
5924 caddr_t tomax; local
10432 caddr_t tomax = buf->dtb_tomax; local
10638 caddr_t tomax; local
[all...]

Completed in 1596 milliseconds