Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/dtrace/
H A Dsdt.c131 sdp->sdp_loadcnt = ctl->mod_loadcnt; in __sdt_provide_module()
185 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt && ctl->mod_loaded) { in sdt_destroy()
245 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_enable()
292 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_disable()
/xnu-8019.80.24/bsd/sys/
H A Dsdt_impl.h98 int sdp_loadcnt; /* load count for module */ member