Lines Matching refs:depth
106 int depth = 0; in dtrace_getpcstack() local
146 if (depth < pcstack_limit) in dtrace_getpcstack()
147 pcstack[depth++] = (pc_t)(uintptr_t)pc; in dtrace_getpcstack()
287 while (depth < pcstack_limit) { in dtrace_getpcstack()
300 ASSERT(depth == 0); in dtrace_getpcstack()
302 while (depth < pcstack_limit) in dtrace_getpcstack()
303 pcstack[depth++] = NULL; in dtrace_getpcstack()
342 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack()
345 while (depth < pcstack_limit) in dtrace_getpcstack()
346 pcstack[depth++] = NULL; in dtrace_getpcstack()
353 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack()
704 int depth = 0; in dtrace_getstackdepth() local
729 return (++depth); in dtrace_getstackdepth()
735 depth++; in dtrace_getstackdepth()