Searched refs:oarg (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c436 profile_offline(void *arg, dtrace_cpu_t *cpu, void *oarg) argument
438 profile_probe_percpu_t *pcpu = oarg;
H A Ddtrace_glue.c478 void *oarg; local
491 oarg = timer_call_get_cyclic_arg(cid);
493 (omni->cyo_offline)(omni->cyo_arg, CPU, oarg);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_cc.c1404 uint64_t nlevels, step = 1, oarg; local
1480 } else if ((oarg = isp->dis_auxinfo) != arg) {
1487 int obaseval = DTRACE_LQUANTIZE_BASE(oarg);
1488 int onlevels = DTRACE_LQUANTIZE_LEVELS(oarg);
1489 int ostep = DTRACE_LQUANTIZE_STEP(oarg);
1527 uint64_t oarg, order, v; local
1632 } else if ((oarg = isp->dis_auxinfo) != arg) {
1644 expected = (oarg >> args[i].shift) & UINT16_MAX;

Completed in 186 milliseconds