Searched refs:sdpd_next (Results 1 – 2 of 2) sorted by relevance
106 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in __sdt_provide_module()693 sdpd->sdpd_next = (sdt_probedesc_t *)ctl->mod_sdtdesc; in sdt_load_machsect()736 for (sdpd = ctl->mod_sdtdesc; sdpd != NULL; sdpd = sdpd->sdpd_next) { in sdt_provide_module_user_syms()814 sdpd = sdpd->sdpd_next; in sdt_provide_module()
42 struct sdt_probedesc *sdpd_next; /* next static probe */ member