Lines Matching refs:aframes
90 * (d) dtrace_getpcstack() takes a third parameter, aframes, that
103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc)
121 * aframes and drop into the stack-walking loop.
276 aframes++;
290 if (!on_intr && nextfp == stacktop && aframes != 0) {
299 ASSERT(aframes == 1);
333 * aframes. We therefore want to assert that
334 * aframes is zero _or_ we are in a high-level
340 ASSERT(aframes == 0 ||
350 if (aframes > 0) {
351 aframes--;
644 dtrace_getarg(int arg, int aframes)
654 aframes++;
657 if (dtrace_fish(aframes, DTRACE_REG_I0 + arg, &val) == 0)
660 if (dtrace_fish(aframes, DTRACE_REG_I6, &val) == 0) {
685 for (aframes -= 1; aframes; aframes--)
701 dtrace_getstackdepth(int aframes)
732 if (aframes > 0) {
733 aframes--;