Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c342 static dtrace_pops_t sdt_pops = { variable
383 sdt_pops.dtps_mode = NULL; in sdt_attach()
387 sdt_pops.dtps_mode = sdt_mode; in sdt_attach()
391 priv, NULL, &sdt_pops, prov, &prov->sdtp_id) != 0) { in sdt_attach()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c373 static dtrace_pops_t sdt_pops = { variable
415 sdt_pops.dtps_mode = NULL; in sdt_attach()
419 sdt_pops.dtps_mode = sdt_mode; in sdt_attach()
423 priv, NULL, &sdt_pops, prov, &prov->sdtp_id) != 0) { in sdt_attach()