Lines Matching refs:modctl
344 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9226 struct modctl *ctl;
16686 * Used to manipulate the modctl list within dtrace xnu.
16692 dtrace_modctl_add(struct modctl * newctl)
16694 struct modctl *nextp, *prevp;
16745 struct modctl * ctl;
16756 * It removes a modctl structure and its stale chain
16760 dtrace_modctl_remove(struct modctl * ctl)
16816 struct modctl *ctl = NULL;
16830 /* bail... we already have this kext in the modctl list */
16838 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
16994 struct modctl *ctl = NULL;
16995 struct modctl *syncctl = NULL;
16996 struct modctl *nextsyncctl = NULL;
17033 /* Syncmode set means we target and traverse entire modctl list. */
17040 /* find a stale modctl struct */
18676 struct modctl* ctl = dtrace_modctl_list;
18723 struct modctl* ctl = dtrace_modctl_list;
18835 * Find the modctl to add symbols to.
18840 struct modctl* ctl = dtrace_modctl_list;
19430 printf("dtrace_postinit: Could not register mach_kernel modctl\n");