Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9233 struct modctl *ctl;
16700 * Used to manipulate the modctl list within dtrace xnu.
16706 dtrace_modctl_add(struct modctl * newctl)
16708 struct modctl *nextp, *prevp;
16759 struct modctl * ctl;
16770 * It removes a modctl structure and its stale chain
16774 dtrace_modctl_remove(struct modctl * ctl)
16831 struct modctl *ctl = NULL;
16845 /* bail... we already have this kext in the modctl list */
16853 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17009 struct modctl *ctl = NULL;
17010 struct modctl *syncctl = NULL;
17011 struct modctl *nextsyncctl = NULL;
17048 /* Syncmode set means we target and traverse entire modctl list. */
17055 /* find a stale modctl struct */
18693 struct modctl* ctl = dtrace_modctl_list;
18740 struct modctl* ctl = dtrace_modctl_list;
18851 * Find the modctl to add symbols to.
18856 struct modctl* ctl = dtrace_modctl_list;
19448 printf("dtrace_postinit: Could not register mach_kernel modctl\n");