DDI_STACK_DEPTH
depth = MIN(da.da_depth, DDI_STACK_DEPTH);
da->da_depth = getpcstack(da->da_stack, DDI_STACK_DEPTH);
pc_t da_stack[DDI_STACK_DEPTH];