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

/xnu-2782.1.97/bsd/sys/
H A Dsdt_impl.h99 int sdp_loadcnt; /* load count for module */ member in struct:sdt_probe
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c128 sdp->sdp_loadcnt = ctl->mod_loadcnt;
185 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) {
186 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt &&
249 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) {
288 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt)

Completed in 24 milliseconds