Searched refs:modctl (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.101.15/bsd/sys/ |
| H A D | fbt.h | 59 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 D | sdt_impl.h | 63 void sdt_provide_module(void *, struct modctl *); 65 void sdt_load_machsect(struct modctl *ctl); 95 struct modctl *sdp_ctl; /* modctl for module */
|
| H A D | dtrace_glue.h | 205 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(const void*, const struct modctl*);
|
| H A D | dtrace.h | 131 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-11417.101.15/bsd/dev/dtrace/ |
| H A D | sdt.c | 80 __sdt_provide_module(void *arg, struct modctl *ctl) in __sdt_provide_module() 176 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() 220 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable() 285 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable() 461 sdt_get_module_mh(struct modctl *ctl) in sdt_get_module_mh() 481 sdt_find_symbol_table(struct modctl *ctl, kernel_nlist_t **sym, char **strings) in sdt_find_symbol_table() 550 sdt_find_module_text_range(struct modctl *ctl, vm_address_t *start, vm_address_t *end) in sdt_find_module_text_range() 574 sdt_load_machsect(struct modctl *ctl) in sdt_load_machsect() 715 sdt_provide_module_user_syms(void *arg, struct modctl *ctl) in sdt_provide_module_user_syms() 771 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module()
|
| H A D | fbt.c | 125 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() 405 fbt_provide_module_kernel_syms(struct modctl *ctl) in fbt_provide_module_kernel_syms() 469 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module()
|
| H A D | fbt_blacklist.c | 323 fbt_module_excluded(struct modctl* ctl) in fbt_module_excluded()
|
| H A D | dtrace.c | 347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl) in dtrace_provide_module_nullop() 9235 struct modctl *ctl; in dtrace_probe_provide() 16715 dtrace_modctl_add(struct modctl * newctl) in dtrace_modctl_add() 16717 struct modctl *nextp, *prevp; in dtrace_modctl_add() 16768 struct modctl * ctl; in dtrace_modctl_lookup() 16783 dtrace_modctl_remove(struct modctl * ctl) in dtrace_modctl_remove() 16847 struct modctl *ctl = NULL; in dtrace_module_loaded() 16869 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP); in dtrace_module_loaded() 17025 struct modctl *ctl = NULL; in dtrace_module_unloaded() 17026 struct modctl *syncctl = NULL; in dtrace_module_unloaded() [all …]
|
| H A D | dtrace_glue.c | 1346 dtrace_addr_in_module(const void* addr, const struct modctl *ctl) in dtrace_addr_in_module()
|
| /xnu-11417.101.15/bsd/dev/arm64/ |
| H A D | fbt_arm.c | 277 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()
|
| /xnu-11417.101.15/bsd/dev/i386/ |
| H A D | fbt_x86.c | 257 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()
|