Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDprofile.c355 profile_offline(void *arg, cpu_t *cpu, void *oarg) in profile_offline() argument
357 profile_probe_percpu_t *pcpu = oarg; in profile_offline()
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_cc.c1335 uint64_t nlevels, step = 1, oarg; in dt_compile_agg() local
1411 } else if ((oarg = isp->dis_auxinfo) != arg) { in dt_compile_agg()
1418 int obaseval = DTRACE_LQUANTIZE_BASE(oarg); in dt_compile_agg()
1419 int onlevels = DTRACE_LQUANTIZE_LEVELS(oarg); in dt_compile_agg()
1420 int ostep = DTRACE_LQUANTIZE_STEP(oarg); in dt_compile_agg()
1468 uint64_t oarg, order, v; in dt_compile_agg() local
1570 } else if ((oarg = isp->dis_auxinfo) != arg) { in dt_compile_agg()
1582 expected = (oarg >> args[i].shift) & UINT16_MAX; in dt_compile_agg()
/trueos/sys/cddl/dev/profile/
HDprofile.c513 profile_offline(void *arg, cpu_t *cpu, void *oarg) in profile_offline() argument
515 profile_probe_percpu_t *pcpu = oarg; in profile_offline()