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