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

/xnu-2782.1.97/bsd/sys/
H A Dsdt_impl.h64 sdt_probedesc_t *sdt_probes; member in struct:module
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c96 if (!mp || mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL)
99 for (sdpd = mp->sdt_probes; sdpd != NULL; sdpd = sdpd->sdpd_next) {
452 g_sdt_mach_module.sdt_probes = NULL;
555 sdpd->sdpd_next = g_sdt_mach_module.sdt_probes;
556 g_sdt_mach_module.sdt_probes = sdpd;
587 sdt_probedesc_t *sdpd = g_sdt_mach_module.sdt_probes;
595 g_sdt_mach_module.sdt_probes = NULL;

Completed in 24 milliseconds