Lines Matching defs:aframes
3175 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3183 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3185 val = dtrace_getarg(ndx, aframes);
3279 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3281 mstate->dtms_stackdepth = dtrace_getstackdepth(aframes);
3310 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3321 dtrace_getpcstack(caller, 2, aframes,
3325 dtrace_caller(aframes)) == -1) {
3333 dtrace_getpcstack(&caller, 1, aframes, NULL);
8564 const char *func, const char *name, int aframes, void *arg)
8586 probe->dtpr_aframes = aframes;