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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c389 static dtrace_pops_t sdt_pops = { variable
431 sdt_pops.dtps_mode = NULL;
435 sdt_pops.dtps_mode = sdt_mode;
439 priv, NULL, &sdt_pops, prov, &prov->sdtp_id) != 0) {
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c342 static dtrace_pops_t sdt_pops = { variable
383 sdt_pops.dtps_mode = NULL;
387 sdt_pops.dtps_mode = sdt_mode;
391 priv, NULL, &sdt_pops, prov, &prov->sdtp_id) != 0) {

Completed in 46 milliseconds