Searched refs:vtdbest (Results 1 – 1 of 1) sorted by relevance
1242 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() local1262 if ((vtdbest == NULL) || in vtterm_cnprobe()1263 (vtd->vd_priority > vtdbest->vd_priority)) in vtterm_cnprobe()1264 vtdbest = vtd; in vtterm_cnprobe()1266 if (vtdbest == NULL) { in vtterm_cnprobe()1270 vd->vd_driver = vtdbest; in vtterm_cnprobe()1309 if (vtdbest != NULL) { in vtterm_cnprobe()