Lines Matching defs:aframes
142 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
154 aframes++;
167 if (aframes > 0) {
168 aframes--;
169 if ((aframes == 0) && (caller != 0)) {
423 dtrace_getarg(int arg, int aframes)
436 for (i = 1; i <= aframes; i++) {
507 dtrace_getstackdepth(int aframes)
526 if (depth < aframes)
529 return (depth - aframes);