Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/dtrace/
H A Dsdt.c153 sdp->sdp_loadcnt = ctl->mod_loadcnt; in sdt_provide_module()
200 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) { in sdt_destroy()
201 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt && in sdt_destroy()
262 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_enable()
288 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt) in sdt_disable()
/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/
H A Dsdt_impl.h62 int sdp_loadcnt; /* load count for module */ member