Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9227 struct modctl *ctl;
16693 * Used to manipulate the modctl list within dtrace xnu.
16699 dtrace_modctl_add(struct modctl * newctl)
16701 struct modctl *nextp, *prevp;
16752 struct modctl * ctl;
16763 * It removes a modctl structure and its stale chain
16767 dtrace_modctl_remove(struct modctl * ctl)
16823 struct modctl *ctl = NULL;
16837 /* bail... we already have this kext in the modctl list */
16845 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17001 struct modctl *ctl = NULL;
17002 struct modctl *syncctl = NULL;
17003 struct modctl *nextsyncctl = NULL;
17040 /* Syncmode set means we target and traverse entire modctl list. */
17047 /* find a stale modctl struct */
18683 struct modctl* ctl = dtrace_modctl_list;
18730 struct modctl* ctl = dtrace_modctl_list;
18842 * Find the modctl to add symbols to.
18847 struct modctl* ctl = dtrace_modctl_list;
19439 printf("dtrace_postinit: Could not register mach_kernel modctl\n");