Searched refs:modctl_list (Results 1 – 10 of 10) sorted by relevance
37 struct modctl_list *kobj_linkmaps[] = {45 struct modctl_list *57 struct modctl_list **lpp, *lp; in kobj_lm_append()64 lp = kobj_zalloc(sizeof (struct modctl_list), KM_WAIT); in kobj_lm_append()70 struct modctl_list *last; in kobj_lm_append()83 struct modctl_list *lp; in kobj_lm_dump()
101 struct modctl_list *lp, **lpp; in kobj_kdi_mod_iter()
1125 struct modctl_list *linkmap = kobj_lm_lookup(lmid); in bind_primary()1126 struct modctl_list *lp; in bind_primary()3152 struct modctl_list *lp; in kobj_getsymname()3290 struct modctl_list *clp; in kobj_lookup_all()3321 struct modctl_list *lp; in kobj_lookup_kernel()4081 struct modctl_list *lp, **lpp; in kobj_sync()
158 extern struct modctl_list *kobj_linkmaps[];200 extern struct modctl_list *kobj_lm_lookup(int);
488 struct modctl_list { struct489 struct modctl_list *modl_next; argument521 struct modctl_list *mod_requisites; /* mods this one depends on. */
4294 struct modctl_list **pmlnp; /* previous next pointer */ in mod_make_requisite()4295 struct modctl_list *mlp; in mod_make_requisite()4296 struct modctl_list *new; in mod_make_requisite()4340 struct modctl_list *modl; in mod_release_requisites()4341 struct modctl_list *next; in mod_release_requisites()4343 struct modctl_list *start = NULL, *mod_garbage; in mod_release_requisites()4362 struct modctl_list *new; in mod_release_requisites()4367 new = kobj_zalloc(sizeof (struct modctl_list), in mod_release_requisites()4389 struct modctl_list *old = mod_garbage; in mod_release_requisites()4410 kobj_free(old, sizeof (struct modctl_list)); in mod_release_requisites()[all …]
161 struct modctl_list *list; in fbt_provide_module()163 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()
268 struct modctl_list *ml; in kctl_dmod_load_all()
299 struct modctl_list *lp, **lpp; in kctl_startup_boot()
1026 struct modctl_list *list; in fbt_provide_module()1028 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()