Searched refs:bestmod (Results 1 – 1 of 1) sorted by relevance
1587 modlist_t mod, bestmod; in modlist_lookup2() local1592 bestmod = NULL; in modlist_lookup2()1601 (bestmod == NULL || ver > bestmod->version)) in modlist_lookup2()1602 bestmod = mod; in modlist_lookup2()1604 return (bestmod); in modlist_lookup2()