Lines Matching refs:modctl
346 dtrace_provide_module_nullop(void *arg, struct modctl *ctl)
9204 struct modctl *ctl;
16670 * Used to manipulate the modctl list within dtrace xnu.
16676 dtrace_modctl_add(struct modctl * newctl)
16678 struct modctl *nextp, *prevp;
16729 struct modctl * ctl;
16740 * It removes a modctl structure and its stale chain
16744 dtrace_modctl_remove(struct modctl * ctl)
16800 struct modctl *ctl = NULL;
16814 /* bail... we already have this kext in the modctl list */
16822 ctl = kmem_alloc(sizeof(struct modctl), KM_SLEEP);
16978 struct modctl *ctl = NULL;
16979 struct modctl *syncctl = NULL;
16980 struct modctl *nextsyncctl = NULL;
17017 /* Syncmode set means we target and traverse entire modctl list. */
17024 /* find a stale modctl struct */
18656 struct modctl* ctl = dtrace_modctl_list;
18703 struct modctl* ctl = dtrace_modctl_list;
18815 * Find the modctl to add symbols to.
18820 struct modctl* ctl = dtrace_modctl_list;
19410 printf("dtrace_postinit: Could not register mach_kernel modctl\n");