Searched refs:mod_sdtdesc (Results 1 – 3 of 3) sorted by relevance
99 if (!ctl || ctl->mod_sdtprobecnt != 0 || (sdpd = ctl->mod_sdtdesc) == NULL) { in __sdt_provide_module()103 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in __sdt_provide_module()683 sdpd->sdpd_next = (sdt_probedesc_t *)ctl->mod_sdtdesc; in sdt_load_machsect()684 ctl->mod_sdtdesc = sdpd; in sdt_load_machsect()726 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in sdt_provide_module_user_syms()800 sdt_probedesc_t *sdpd = ctl->mod_sdtdesc; in sdt_provide_module()810 ctl->mod_sdtdesc = NULL; in sdt_provide_module()
16881 ctl->mod_sdtdesc = NULL; in dtrace_module_loaded()
223 void *mod_sdtdesc; // Pointer to sdt_probedesc_t member