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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c502 static struct module g_sdt_mach_module; variable in typeref:struct:module
531 g_sdt_mach_module.sdt_nprobes = 0;
532 g_sdt_mach_module.sdt_probes = NULL;
534 g_sdt_kernctl.mod_address = (vm_address_t)&g_sdt_mach_module;
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 24 milliseconds