Lines Matching defs:aframes
3057 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3065 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3067 val = dtrace_getarg(ndx, aframes);
3161 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3163 mstate->dtms_stackdepth = dtrace_getstackdepth(aframes);
3192 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3203 dtrace_getpcstack(caller, 2, aframes,
3207 dtrace_caller(aframes)) == -1) {
3215 dtrace_getpcstack(&caller, 1, aframes, NULL);
8411 const char *func, const char *name, int aframes, void *arg)
8433 probe->dtpr_aframes = aframes;