Lines Matching defs:aframes
57 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
69 aframes++;
84 if (aframes > 0) {
85 aframes--;
86 if ((aframes == 0) && (caller != 0)) {
422 dtrace_getarg(int arg, int aframes)
429 for (i = 1; i <= aframes; i++) {
474 dtrace_getstackdepth(int aframes)
480 aframes++;
493 if (depth < aframes)
496 return depth - aframes;