Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9234 struct modctl *ctl;
16701 * Used to manipulate the modctl list within dtrace xnu.
16707 dtrace_modctl_add(struct modctl * newctl)
16709 struct modctl *nextp, *prevp;
16760 struct modctl * ctl;
16771 * It removes a modctl structure and its stale chain
16775 dtrace_modctl_remove(struct modctl * ctl)
16839 struct modctl *ctl = NULL;
16853 /* bail... we already have this kext in the modctl list */
16861 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17017 struct modctl *ctl = NULL;
17018 struct modctl *syncctl = NULL;
17019 struct modctl *nextsyncctl = NULL;
17056 /* Syncmode set means we target and traverse entire modctl list. */
17063 /* find a stale modctl struct */
18701 struct modctl* ctl = dtrace_modctl_list;
18748 struct modctl* ctl = dtrace_modctl_list;
18859 * Find the modctl to add symbols to.
18864 struct modctl* ctl = dtrace_modctl_list;
19456 printf("dtrace_postinit: Could not register mach_kernel modctl\n");