Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c353 static dtrace_provider_id_t xdt_id; variable
1844 if (dtrace_probe_lookup(xdt_id, p->pr_mod, NULL, p->pr_name) != 0) in xdt_probe_create()
1847 xdt_prid[p->evt_id] = dtrace_probe_create(xdt_id, p->pr_mod, NULL, in xdt_probe_create()
2046 &xdt_pops, NULL, &xdt_id) != 0) { in xdt_attach()
2085 if (dtrace_unregister(xdt_id) != 0) in xdt_detach()