Lines Matching refs:modctl
347 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9235 struct modctl *ctl;
16709 * Used to manipulate the modctl list within dtrace xnu.
16715 dtrace_modctl_add(struct modctl * newctl)
16717 struct modctl *nextp, *prevp;
16768 struct modctl * ctl;
16779 * It removes a modctl structure and its stale chain
16783 dtrace_modctl_remove(struct modctl * ctl)
16847 struct modctl *ctl = NULL;
16861 /* bail... we already have this kext in the modctl list */
16869 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
17025 struct modctl *ctl = NULL;
17026 struct modctl *syncctl = NULL;
17027 struct modctl *nextsyncctl = NULL;
17064 /* Syncmode set means we target and traverse entire modctl list. */
17071 /* find a stale modctl struct */
18709 struct modctl* ctl = dtrace_modctl_list;
18756 struct modctl* ctl = dtrace_modctl_list;
18867 * Find the modctl to add symbols to.
18872 struct modctl* ctl = dtrace_modctl_list;
19464 printf("dtrace_postinit: Could not register mach_kernel modctl\n");