Lines Matching defs:range
180 static dtrace_toxrange_t *dtrace_toxrange; /* toxic range array */
182 static int dtrace_toxranges_max; /* size of toxic range array */
377 * Test whether a range of memory starting at testaddr of size testsz falls
378 * within the range of memory described by addr, sz. We take care to avoid
392 * range. Allocations of size zero are allowed.
665 * the range to not include any dynamic variable metadata,
15685 dtrace_toxrange_t *range;
15698 range = kmem_zalloc(nsize, KM_SLEEP);
15702 bcopy(dtrace_toxrange, range, osize);
15706 dtrace_toxrange = range;