Searched refs:bestmod (Results 1 – 1 of 1) sorted by relevance
1435 modlist_t mod, bestmod; in modlist_lookup2() local1440 bestmod = NULL; in modlist_lookup2()1449 (bestmod == NULL || ver > bestmod->version)) in modlist_lookup2()1450 bestmod = mod; in modlist_lookup2()1452 return (bestmod); in modlist_lookup2()