Searched refs:bestmod (Results 1 – 1 of 1) sorted by relevance
1364 modlist_t mod, bestmod; in modlist_lookup2() local1369 bestmod = NULL; in modlist_lookup2()1378 (bestmod == NULL || ver > bestmod->version)) in modlist_lookup2()1379 bestmod = mod; in modlist_lookup2()1381 return (bestmod); in modlist_lookup2()