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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfbt.c113 struct modctl *ctl = NULL; local
117 ctl = fbt->fbtp_ctl;
119 if (!ctl->mod_loaded) {
123 fbt->fbtp_name, ctl->mod_modname);
134 if (ctl->mod_loadcnt != fbt->fbtp_loadcnt) {
138 fbt->fbtp_name, ctl->mod_modname);
149 fbt->fbtp_name, ctl->mod_modname);
158 ctl->mod_nenabled++;
174 struct modctl *ctl = NULL; local
177 ctl
199 struct modctl *ctl = NULL; local
222 struct modctl *ctl = NULL; local
255 struct modctl *ctl = fbt->fbtp_ctl; local
[all...]
H A Dsdt.c76 __sdt_provide_module(void *arg, struct modctl *ctl) argument
79 struct module *mp = (struct module *)ctl->mod_address;
80 char *modname = ctl->mod_modname;
127 sdp->sdp_loadcnt = ctl->mod_loadcnt;
128 sdp->sdp_ctl = ctl;
174 struct modctl *ctl = sdp->sdp_ctl; local
176 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) {
177 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt &&
178 ctl
218 struct modctl *ctl = sdp->sdp_ctl; local
275 struct modctl *ctl = sdp->sdp_ctl; local
649 sdt_provide_module(void *arg, struct modctl *ctl) argument
[all...]
H A Dblist.c101 void panic(const char *ctl, ...);
929 panic(const char *ctl, ...) argument
933 va_start(va, ctl);
934 vfprintf(stderr, ctl, va);
H A Ddtrace.c8576 struct modctl *ctl;
8601 ctl = &modules;
8603 if (ctl->mod_busy || ctl->mod_mp == NULL)
8606 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
8608 } while ((ctl = ctl->mod_next) != &modules);
8610 ctl = dtrace_modctl_list;
8611 while (ctl) {
8612 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c268 is_module_valid(struct modctl* ctl) argument
270 ASSERT(!MOD_FBT_PROBES_PROVIDED(ctl));
271 ASSERT(!MOD_FBT_INVALID(ctl));
273 if (0 == ctl->mod_address || 0 == ctl->mod_size) {
277 if (0 == ctl->mod_loaded) {
281 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
665 __provide_probe_32(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart) argument
934 __kernel_syms_provide_module(void *arg, struct modctl *ctl) argument
1007 __user_syms_provide_module(void *arg, struct modctl *ctl) argument
1181 __provide_probe_64(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart) argument
1452 __kernel_syms_provide_module(void *arg, struct modctl *ctl) argument
1525 __user_syms_provide_module(void *arg, struct modctl *ctl) argument
1567 fbt_provide_module(void *arg, struct modctl *ctl) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c472 pmsctl_t ctl; local
476 if ((error = SYSCTL_IN(req, &ctl, sizeof(ctl))))
480 error = pmsControl(ctl.request, (user_addr_t)(uintptr_t)ctl.reqaddr, ctl.reqsize);

Completed in 94 milliseconds