Searched defs:scratch_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c47 static uintptr_t scratch_max = 0; variable
194 scratch_max);
218 if (scratch_max < (uintptr_t)addr + size)
219 scratch_max = (uintptr_t)addr + size;
230 if ((uintptr_t)p >= scratch_max)

Completed in 55 milliseconds