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

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfbt.c117 struct modctl *ctl = NULL; local
121 ctl = fbt->fbtp_ctl;
123 if (!ctl->mod_loaded) {
127 fbt->fbtp_name, ctl->mod_modname);
138 if (ctl->mod_loadcnt != fbt->fbtp_loadcnt) {
142 fbt->fbtp_name, ctl->mod_modname);
153 fbt->fbtp_name, ctl->mod_modname);
162 ctl->mod_nenabled++;
178 struct modctl *ctl = NULL; local
181 ctl
203 struct modctl *ctl = NULL; local
228 struct modctl *ctl = NULL; local
266 struct modctl *ctl = fbt->fbtp_ctl; local
[all...]
H A Dsdt.c77 __sdt_provide_module(void *arg, struct modctl *ctl) argument
80 struct module *mp = (struct module *)ctl->mod_address;
81 char *modname = ctl->mod_modname;
128 sdp->sdp_loadcnt = ctl->mod_loadcnt;
129 sdp->sdp_ctl = ctl;
183 struct modctl *ctl = sdp->sdp_ctl; local
185 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) {
186 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt &&
187 ctl
227 struct modctl *ctl = sdp->sdp_ctl; local
284 struct modctl *ctl = sdp->sdp_ctl; local
574 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.c7878 struct modctl *ctl; local
7902 ctl = dtrace_modctl_list;
7903 while (ctl) {
7904 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
7905 ctl = ctl->mod_next;
15056 struct modctl * ctl; local
15058 for (ctl = dtrace_modctl_list; ctl; ctl
15071 dtrace_modctl_remove(struct modctl * ctl) argument
15127 struct modctl *ctl = NULL; local
15286 struct modctl *ctl = NULL; local
16870 struct modctl* ctl = dtrace_modctl_list; local
16921 struct modctl* ctl = dtrace_modctl_list; local
17042 struct modctl* ctl = dtrace_modctl_list; local
[all...]
/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c266 is_module_valid(struct modctl* ctl) argument
268 ASSERT(!MOD_FBT_PROBES_PROVIDED(ctl));
269 ASSERT(!MOD_FBT_INVALID(ctl));
271 if (0 == ctl->mod_address || 0 == ctl->mod_size) {
275 if (0 == ctl->mod_loaded) {
279 if (strstr(ctl->mod_modname, "CHUD") != NULL)
296 if (strstr(ctl->mod_modname, "AppleACPIEC") != NULL)
299 if (strstr(ctl->mod_modname, "AppleACPIPlatform") != NULL)
302 if (strstr(ctl
643 __provide_probe_64(struct modctl *ctl, uintptr_t instrLow, uintptr_t instrHigh, char *modname, char* symbolName, machine_inst_t* symbolStart) argument
914 __kernel_syms_provide_module(void *arg, struct modctl *ctl) argument
987 __user_syms_provide_module(void *arg, struct modctl *ctl) argument
1026 fbt_provide_module(void *arg, struct modctl *ctl) argument
[all...]

Completed in 102 milliseconds