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()
1124 struct modctl_list *linkmap = kobj_lm_lookup(lmid); in bind_primary()1125 struct modctl_list *lp; in bind_primary()3151 struct modctl_list *lp; in kobj_getsymname()3283 struct modctl_list *clp; in kobj_lookup_all()3314 struct modctl_list *lp; in kobj_lookup_kernel()4074 struct modctl_list *lp, **lpp; in kobj_sync()
158 extern struct modctl_list *kobj_linkmaps[];200 extern struct modctl_list *kobj_lm_lookup(int);
482 struct modctl_list { struct483 struct modctl_list *modl_next; argument515 struct modctl_list *mod_requisites; /* mods this one depends on. */
4255 struct modctl_list **pmlnp; /* previous next pointer */ in mod_make_requisite()4256 struct modctl_list *mlp; in mod_make_requisite()4257 struct modctl_list *new; in mod_make_requisite()4301 struct modctl_list *modl; in mod_release_requisites()4302 struct modctl_list *next; in mod_release_requisites()4304 struct modctl_list *start = NULL, *mod_garbage; in mod_release_requisites()4323 struct modctl_list *new; in mod_release_requisites()4328 new = kobj_zalloc(sizeof (struct modctl_list), in mod_release_requisites()4350 struct modctl_list *old = mod_garbage; in mod_release_requisites()4371 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()