Searched refs:vtdbest (Results 1 – 1 of 1) sorted by relevance
1833 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() local1852 if ((vtdbest == NULL) || in vtterm_cnprobe()1853 (vtd->vd_priority > vtdbest->vd_priority)) in vtterm_cnprobe()1854 vtdbest = vtd; in vtterm_cnprobe()1856 if (vtdbest == NULL) { in vtterm_cnprobe()1860 vd->vd_driver = vtdbest; in vtterm_cnprobe()1899 if (vtdbest != NULL) { in vtterm_cnprobe()