Searched defs:pr_mod (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c272 const char *pr_mod; /* probe module */ member in struct:__anon9276
1841 ASSERT(p != NULL && p->pr_mod != NULL);
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,
1858 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) {
1864 for (i = 0; xdt_probe[i].pr_mod != NULL; i++) {
1866 int l2 = strlen(xdt_probe[i].pr_mod);
1868 strncmp(mod, xdt_probe[i].pr_mod, l2) == 0)
1872 if (xdt_probe[i].pr_mod == NULL)

Completed in 53 milliseconds