Searched refs:mod_loadcnt (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfbt.c134 if (ctl->mod_loadcnt != fbt->fbtp_loadcnt) {
179 if (!ctl->mod_loaded || (ctl->mod_loadcnt != fbt->fbtp_loadcnt))
205 if (!ctl->mod_loaded || (ctl->mod_loadcnt != fbt->fbtp_loadcnt))
228 if (!ctl->mod_loaded || (ctl->mod_loadcnt != fbt->fbtp_loadcnt))
264 if (!ctl->mod_loaded || (ctl->mod_loadcnt != fbt->fbtp_loadcnt))
H A Dsdt.c127 sdp->sdp_loadcnt = ctl->mod_loadcnt;
176 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) {
177 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt &&
240 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) {
279 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt)
541 g_sdt_kernctl.mod_loadcnt = 1;
H A Ddtrace.c16333 ctl->mod_loadcnt = kmod->id;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c771 newfbt->fbtp_loadcnt = ctl->mod_loadcnt;
909 newfbt->fbtp_loadcnt = ctl->mod_loadcnt;
1290 newfbt->fbtp_loadcnt = ctl->mod_loadcnt;
1428 newfbt->fbtp_loadcnt = ctl->mod_loadcnt;
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h214 int mod_loadcnt; member in struct:modctl

Completed in 126 milliseconds