Searched refs:mod_sdtdesc (Results 1 – 3 of 3) sorted by relevance
105 if (!ctl || ctl->mod_sdtprobecnt != 0 || (sdpd = ctl->mod_sdtdesc) == NULL) { in __sdt_provide_module()109 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in __sdt_provide_module()692 sdpd->sdpd_next = (sdt_probedesc_t *)ctl->mod_sdtdesc; in sdt_load_machsect()693 ctl->mod_sdtdesc = sdpd; in sdt_load_machsect()735 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in sdt_provide_module_user_syms()809 sdt_probedesc_t *sdpd = ctl->mod_sdtdesc; in sdt_provide_module()819 ctl->mod_sdtdesc = NULL; in sdt_provide_module()
16842 ctl->mod_sdtdesc = NULL; in dtrace_module_loaded()
223 void *mod_sdtdesc; // Pointer to sdt_probedesc_t member