Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c212 sdp->sdp_loadcnt = ctl->mod_loadcnt; in sdt_provide_module()
259 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) { in sdt_destroy()
260 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt && in sdt_destroy()
301 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_enable()
330 (ctl->mod_loadcnt != sdp->sdp_loadcnt)) in sdt_disable()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c152 sdp->sdp_loadcnt = ctl->mod_loadcnt; in sdt_provide_module()
201 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) { in sdt_destroy()
202 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt && in sdt_destroy()
263 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_enable()
289 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt) in sdt_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsdt_impl.h75 int sdp_loadcnt; /* load count for module */ member