Home
last modified time | relevance | path

Searched refs:vtdbest (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/vt/
HDvt_core.c1294 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() local
1314 if ((vtdbest == NULL) || in vtterm_cnprobe()
1315 (vtd->vd_priority > vtdbest->vd_priority)) in vtterm_cnprobe()
1316 vtdbest = vtd; in vtterm_cnprobe()
1318 if (vtdbest == NULL) { in vtterm_cnprobe()
1322 vd->vd_driver = vtdbest; in vtterm_cnprobe()
1361 if (vtdbest != NULL) { in vtterm_cnprobe()