Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9234 struct modctl *ctl;
16708 * Used to manipulate the modctl list within dtrace xnu.
16714 dtrace_modctl_add(struct modctl * newctl)
16716 struct modctl *nextp, *prevp;
16767 struct modctl * ctl;
16778 * It removes a modctl structure and its stale chain
16782 dtrace_modctl_remove(struct modctl * ctl)
16846 struct modctl *ctl = NULL;
16860 /* bail... we already have this kext in the modctl list */
16868 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17024 struct modctl *ctl = NULL;
17025 struct modctl *syncctl = NULL;
17026 struct modctl *nextsyncctl = NULL;
17063 /* Syncmode set means we target and traverse entire modctl list. */
17070 /* find a stale modctl struct */
18708 struct modctl* ctl = dtrace_modctl_list;
18755 struct modctl* ctl = dtrace_modctl_list;
18866 * Find the modctl to add symbols to.
18871 struct modctl* ctl = dtrace_modctl_list;
19463 printf("dtrace_postinit: Could not register mach_kernel modctl\n");