Searched refs:fbtp_loadcnt (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfbt.h56 int fbtp_loadcnt; member in struct:fbt_probe
/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))
/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;

Completed in 70 milliseconds