Searched refs:sdt_probes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsdt_impl.h73 sdt_probedesc_t *sdt_probes; member in struct:module
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c95 if (!mp || mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL)
98 for (sdpd = mp->sdt_probes; sdpd != NULL; sdpd = sdpd->sdpd_next) {
532 g_sdt_mach_module.sdt_probes = NULL;
630 sdpd->sdpd_next = g_sdt_mach_module.sdt_probes;
631 g_sdt_mach_module.sdt_probes = sdpd;
662 sdt_probedesc_t *sdpd = g_sdt_mach_module.sdt_probes;
670 g_sdt_mach_module.sdt_probes = NULL;

Completed in 20 milliseconds