Searched refs:dtms_probe (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h907 struct dtrace_probe *dtms_probe; /* current probe */ member in struct:dtrace_mstate
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2467 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2470 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
2475 pv = mstate->dtms_probe->dtpr_provider;
2478 mstate->dtms_probe->dtpr_id,
2479 mstate->dtms_probe->dtpr_arg, ndx, aframes);
2482 else if (mstate->dtms_probe->dtpr_id == dtrace_probeid_error && ndx == 5) {
2498 if (mstate->dtms_probe != NULL)
2590 return (mstate->dtms_probe->dtpr_id);
2597 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2600 int aframes = mstate->dtms_probe
[all...]

Completed in 42 milliseconds