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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfbt.c123 fbt->fbtp_name, ctl->mod_modname);
138 fbt->fbtp_name, ctl->mod_modname);
149 fbt->fbtp_name, ctl->mod_modname);
236 fbt->fbtp_name, ctl->mod_modname);
293 if (strcmp(mp->mod_modname, parent) == 0) {
H A Dsdt.c80 char *modname = ctl->mod_modname;
230 sdp->sdp_name, ctl->mod_modname);
244 sdp->sdp_name, ctl->mod_modname);
254 sdp->sdp_name, ctl->mod_modname);
536 strncpy((char *)&(g_sdt_kernctl.mod_modname), "mach_kernel", KMOD_MAX_NAME);
H A Ddtrace.c16193 if (strncmp (newctl->mod_modname, nextp->mod_modname, KMOD_MAX_NAME)) {
16318 cmn_err(CE_WARN, "dtrace load module already exists '%s %u' is failing against '%s %u'", kmod->name, (uint_t)kmod->id, ctl->mod_modname, ctl->mod_id);
16332 strlcpy (ctl->mod_modname, kmod->name, sizeof(ctl->mod_modname));
16483 template.dtpr_mod = ctl->mod_modname;
16519 "enabled probes", ctl->mod_modname);
16647 template.dtpr_mod = ctl->mod_modname;
16675 "enabled probes", ctl->mod_modname);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c281 if (strstr(ctl->mod_modname, "CHUD") != NULL)
297 if (strstr(ctl->mod_modname, "AppleACPIEC") != NULL)
300 if (strstr(ctl->mod_modname, "AppleACPIPlatform") != NULL)
303 if (strstr(ctl->mod_modname, "AppleRTC") != NULL)
306 if (strstr(ctl->mod_modname, "IOACPIFamily") != NULL)
309 if (strstr(ctl->mod_modname, "AppleIntelCPUPowerManagement") != NULL)
312 if (strstr(ctl->mod_modname, "AppleProfile") != NULL)
315 if (strstr(ctl->mod_modname, "AppleIntelProfile") != NULL)
948 modname = ctl->mod_modname;
1013 modname = ctl->mod_modname;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h213 char mod_modname[KMOD_MAX_NAME]; member in struct:modctl

Completed in 94 milliseconds