Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9227 struct modctl *ctl;
16694 * Used to manipulate the modctl list within dtrace xnu.
16700 dtrace_modctl_add(struct modctl * newctl)
16702 struct modctl *nextp, *prevp;
16753 struct modctl * ctl;
16764 * It removes a modctl structure and its stale chain
16768 dtrace_modctl_remove(struct modctl * ctl)
16824 struct modctl *ctl = NULL;
16838 /* bail... we already have this kext in the modctl list */
16846 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17002 struct modctl *ctl = NULL;
17003 struct modctl *syncctl = NULL;
17004 struct modctl *nextsyncctl = NULL;
17041 /* Syncmode set means we target and traverse entire modctl list. */
17048 /* find a stale modctl struct */
18683 struct modctl* ctl = dtrace_modctl_list;
18730 struct modctl* ctl = dtrace_modctl_list;
18841 * Find the modctl to add symbols to.
18846 struct modctl* ctl = dtrace_modctl_list;
19438 printf("dtrace_postinit: Could not register mach_kernel modctl\n");