Lines Matching refs:dtpv_pops

3314 			if (pv->dtpv_pops.dtps_getargval != NULL)  in dtrace_dif_variable()
3315 val = pv->dtpv_pops.dtps_getargval(pv->dtpv_arg, in dtrace_dif_variable()
7242 prov->dtpv_pops.dtps_usermode && in dtrace_probe()
7243 prov->dtpv_pops.dtps_usermode(prov->dtpv_arg, in dtrace_probe()
8707 provider->dtpv_pops = *pops; in dtrace_register()
8711 provider->dtpv_pops.dtps_provide = dtrace_provide_nullop; in dtrace_register()
8716 provider->dtpv_pops.dtps_provide_module = in dtrace_register()
8722 provider->dtpv_pops.dtps_suspend = dtrace_suspend_nullop; in dtrace_register()
8723 provider->dtpv_pops.dtps_resume = dtrace_resume_nullop; in dtrace_register()
8801 if (old->dtpv_pops.dtps_enable == in dtrace_unregister()
8899 old->dtpv_pops.dtps_destroy(old->dtpv_arg, probe->dtpr_id, in dtrace_unregister()
8946 ASSERT(pvp->dtpv_pops.dtps_enable != in dtrace_invalidate()
8989 ASSERT(prov->dtpv_pops.dtps_enable != in dtrace_condense()
9014 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id, in dtrace_condense()
9249 prv->dtpv_pops.dtps_provide(prv->dtpv_arg, desc); in dtrace_probe_provide()
9261 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_probe_provide()
9302 ((uintptr_t)&prov->dtpv_pops + offs)); in dtrace_probe_foreach()
11107 return (prov->dtpv_pops.dtps_enable(prov->dtpv_arg, in dtrace_ecb_enable()
11755 prov->dtpv_pops.dtps_disable(prov->dtpv_arg, in dtrace_ecb_disable()
12948 prv->dtpv_pops.dtps_provide(parg, &desc); in dtrace_enabling_provide()
16975 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_module_loaded()
17158 prov->dtpv_pops.dtps_destroy(prov->dtpv_arg, probe->dtpr_id, in dtrace_module_unloaded()
18267 if (prov->dtpv_pops.dtps_getargdesc == NULL) { in dtrace_ioctl()
18278 prov->dtpv_pops.dtps_getargdesc(prov->dtpv_arg, in dtrace_ioctl()
18884 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl); in dtrace_ioctl()