Searched defs: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
1843 if (dtrace_probe_lookup(xdt_id, p->pr_mod, NULL, p->pr_name) != 0)
1846 xdt_prid[p->evt_id] = dtrace_probe_create(xdt_id, p->pr_mod, NULL,
2045 &xdt_pops, NULL, &xdt_id) != 0) {
2084 if (dtrace_unregister(xdt_id) != 0)

Completed in 272 milliseconds