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