Searched refs:dtrace_getarg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c585 dtrace_getarg(int arg, int aframes) function
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c57 * dtrace_getarg() is a lost cause on PPC. For the case of the error probe firing lets
572 dtrace_getarg(int arg, int aframes) function
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1261 extern uint64_t dtrace_getarg(int, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2487 val = dtrace_getarg(ndx, aframes);
2491 * from tail-optimizing the call to dtrace_getarg().
2496 * the call to dtrace_getarg() -- but it can't.)

Completed in 84 milliseconds