Home
last modified time | relevance | path

Searched refs:modctl (Results 1 – 12 of 12) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dfbt.h59 struct modctl *fbtp_ctl;
66 extern void fbt_provide_module(void *, struct modctl *);
69 extern bool fbt_module_excluded(struct modctl*);
73 extern void fbt_provide_probe(struct modctl *ctl, const char *modname, const char *name, machine_in…
H A Dsdt_impl.h63 void sdt_provide_module(void *, struct modctl *);
65 void sdt_load_machsect(struct modctl *ctl);
97 struct modctl *sdp_ctl; /* modctl for module */
H A Ddtrace_glue.h205 typedef struct modctl { struct
206 struct modctl *mod_next; argument
207 struct modctl *mod_stale; // stale module chain argument
259 extern int dtrace_addr_in_module(void*, struct modctl*);
H A Ddtrace.h131 struct modctl; /* In lieu of Solaris <sys/modctl.h> */
2311 void (*dtps_provide_module)(void *arg, struct modctl *mp);
2563 extern void (*dtrace_modload)(struct modctl *);
2564 extern void (*dtrace_modunload)(struct modctl *);
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dsdt.c83 __sdt_provide_module(void *arg, struct modctl *ctl) in __sdt_provide_module()
179 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy()
223 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable()
288 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable()
464 sdt_get_module_mh(struct modctl *ctl) in sdt_get_module_mh()
484 sdt_find_symbol_table(struct modctl *ctl, kernel_nlist_t **sym, char **strings) in sdt_find_symbol_table()
553 sdt_find_module_text_range(struct modctl *ctl, vm_address_t *start, vm_address_t *end) in sdt_find_module_text_range()
577 sdt_load_machsect(struct modctl *ctl) in sdt_load_machsect()
725 sdt_provide_module_user_syms(void *arg, struct modctl *ctl) in sdt_provide_module_user_syms()
778 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module()
H A Dfbt.c125 struct modctl *ctl = NULL; in fbt_enable()
198 struct modctl *ctl = NULL; in fbt_disable()
235 struct modctl *ctl = NULL; in fbt_suspend()
267 struct modctl *ctl = NULL; in fbt_resume()
303 fbt_provide_module_user_syms(struct modctl *ctl) in fbt_provide_module_user_syms()
347 fbt_provide_kernel_section(struct modctl *ctl, kernel_section_t *sect, kernel_nlist_t *sym, uint32_… in fbt_provide_kernel_section()
412 fbt_provide_module_kernel_syms(struct modctl *ctl) in fbt_provide_module_kernel_syms()
476 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module()
H A Dfbt_blacklist.c310 fbt_module_excluded(struct modctl* ctl) in fbt_module_excluded()
H A Ddtrace.c344 dtrace_provide_module_nullop(void *arg, struct modctl *ctl) in dtrace_provide_module_nullop()
9226 struct modctl *ctl; in dtrace_probe_provide()
16692 dtrace_modctl_add(struct modctl * newctl) in dtrace_modctl_add()
16694 struct modctl *nextp, *prevp; in dtrace_modctl_add()
16745 struct modctl * ctl; in dtrace_modctl_lookup()
16760 dtrace_modctl_remove(struct modctl * ctl) in dtrace_modctl_remove()
16816 struct modctl *ctl = NULL; in dtrace_module_loaded()
16838 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP); in dtrace_module_loaded()
16994 struct modctl *ctl = NULL; in dtrace_module_unloaded()
16995 struct modctl *syncctl = NULL; in dtrace_module_unloaded()
[all …]
H A Ddtrace_glue.c1396 dtrace_addr_in_module(void* addr, struct modctl *ctl) in dtrace_addr_in_module()
/xnu-8019.80.24/bsd/dev/arm64/
H A Dfbt_arm.c277 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()
/xnu-8019.80.24/bsd/dev/i386/
H A Dfbt_x86.c257 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()
/xnu-8019.80.24/bsd/dev/arm/
H A Dfbt_arm.c330 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()