Lines Matching defs:aframes
57 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
70 aframes++;
88 if (aframes > 0) {
89 aframes--;
90 if ((aframes == 0) && (caller != 0)) {
362 dtrace_getarg(int arg, int aframes)
406 for (i = 1; i <= aframes; i++) {
445 dtrace_getstackdepth(int aframes)
451 aframes++;
467 if (depth < aframes)
470 return depth - aframes;