Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c147 if (mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL) in sdt_provide_module()
240 mp->sdt_nprobes++; in sdt_provide_module()
262 ((struct module *)(ctl->mod_mp))->sdt_nprobes--; in sdt_destroy()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c119 if (mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL) in sdt_provide_module()
178 mp->sdt_nprobes++; in sdt_provide_module()
204 ((struct module *)(ctl->mod_mp))->sdt_nprobes--; in sdt_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h114 size_t sdt_nprobes; member