Lines Matching refs:aframes
43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
59 aframes++;
86 if (aframes > 0) {
87 if (--aframes == 0 && caller != NULL) {
414 dtrace_getarg(int arg, int aframes)
428 for (i = 1; i <= aframes; i++) {
506 dtrace_getstackdepth(int aframes)
519 aframes++;
543 if (depth <= aframes)
546 return (depth - aframes);