Searched refs:mod_hold_next_by_id (Results 1 – 1 of 1) sorted by relevance
93 static struct modctl *mod_hold_next_by_id(modid_t);2885 while ((modp = mod_hold_next_by_id(mid++)) != NULL) { in modinfo()3827 while ((mp = mod_hold_next_by_id(modid)) != NULL) { in mod_uninstall_all()4131 mod_hold_next_by_id(modid_t modid) in mod_hold_next_by_id() function