Searched refs:bestmod (Results 1 – 1 of 1) sorted by relevance
1585 modlist_t mod, bestmod; in modlist_lookup2() local1590 bestmod = NULL; in modlist_lookup2()1599 (bestmod == NULL || ver > bestmod->version)) in modlist_lookup2()1600 bestmod = mod; in modlist_lookup2()1602 return (bestmod); in modlist_lookup2()