Home
last modified time | relevance | path

Searched refs:sdpd_next (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/
H A Dsdt.c106 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()
/xnu-8019.80.24/bsd/sys/
H A Dsdt_impl.h42 struct sdt_probedesc *sdpd_next; /* next static probe */ member