KMEM_STACK_DEPTH
depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
uintptr_t kmo_stack[KMEM_STACK_DEPTH]; /* Stack trace */
int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
for (d = 0; d < MIN(bcap->bc_depth, KMEM_STACK_DEPTH); d++) {
_bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
pc_t bc_stack[KMEM_STACK_DEPTH]; /* pc stack */