Lines Matching refs:modctl
346 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9209 struct modctl *ctl;
16675 * Used to manipulate the modctl list within dtrace xnu.
16681 dtrace_modctl_add(struct modctl * newctl)
16683 struct modctl *nextp, *prevp;
16734 struct modctl * ctl;
16745 * It removes a modctl structure and its stale chain
16749 dtrace_modctl_remove(struct modctl * ctl)
16805 struct modctl *ctl = NULL;
16819 /* bail... we already have this kext in the modctl list */
16827 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
16983 struct modctl *ctl = NULL;
16984 struct modctl *syncctl = NULL;
16985 struct modctl *nextsyncctl = NULL;
17022 /* Syncmode set means we target and traverse entire modctl list. */
17029 /* find a stale modctl struct */
18661 struct modctl* ctl = dtrace_modctl_list;
18708 struct modctl* ctl = dtrace_modctl_list;
18820 * Find the modctl to add symbols to.
18825 struct modctl* ctl = dtrace_modctl_list;
19415 printf("dtrace_postinit: Could not register mach_kernel modctl\n");