Searched refs:modctl (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.140.41/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); 97 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-8020.140.41/bsd/dev/dtrace/ |
| H A D | sdt.c | 86 __sdt_provide_module(void *arg, struct modctl *ctl) in __sdt_provide_module() 182 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() 226 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable() 291 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable() 467 sdt_get_module_mh(struct modctl *ctl) in sdt_get_module_mh() 487 sdt_find_symbol_table(struct modctl *ctl, kernel_nlist_t **sym, char **strings) in sdt_find_symbol_table() 556 sdt_find_module_text_range(struct modctl *ctl, vm_address_t *start, vm_address_t *end) in sdt_find_module_text_range() 580 sdt_load_machsect(struct modctl *ctl) in sdt_load_machsect() 724 sdt_provide_module_user_syms(void *arg, struct modctl *ctl) in sdt_provide_module_user_syms() 780 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() 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 D | fbt_blacklist.c | 314 fbt_module_excluded(struct modctl* ctl) in fbt_module_excluded()
|
| H A D | dtrace.c | 346 dtrace_provide_module_nullop(void *arg, struct modctl *ctl) in dtrace_provide_module_nullop() 9204 struct modctl *ctl; in dtrace_probe_provide() 16676 dtrace_modctl_add(struct modctl * newctl) in dtrace_modctl_add() 16678 struct modctl *nextp, *prevp; in dtrace_modctl_add() 16729 struct modctl * ctl; in dtrace_modctl_lookup() 16744 dtrace_modctl_remove(struct modctl * ctl) in dtrace_modctl_remove() 16800 struct modctl *ctl = NULL; in dtrace_module_loaded() 16822 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP); in dtrace_module_loaded() 16978 struct modctl *ctl = NULL; in dtrace_module_unloaded() 16979 struct modctl *syncctl = NULL; in dtrace_module_unloaded() [all …]
|
| H A D | dtrace_glue.c | 1350 dtrace_addr_in_module(const void* addr, const struct modctl *ctl) in dtrace_addr_in_module()
|
| /xnu-8020.140.41/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-8020.140.41/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()
|
| /xnu-8020.140.41/bsd/dev/arm/ |
| H A D | fbt_arm.c | 330 fbt_provide_probe(struct modctl *ctl, const char *modname, const char* symbolName, machine_inst_t* … in fbt_provide_probe()
|