Lines Matching defs:best
1705 * best value. This driver is then attached to the device using
2426 driverlink_t best = NULL;
2491 best = dl;
2498 * end up as the best driver.
2524 * best matching driver. Initialise the value
2527 if (best == NULL || result > pri) {
2528 best = dl;
2537 if (best && pri == 0)
2544 /* XXX What happens if we rebid and got no best? */
2545 if (best) {
2546 PDEBUG(("in best"));
2564 if (child->state > DS_ALIVE && best->driver != child->driver)
2570 result = device_set_devclass(child, best->driver->name);
2574 result = device_set_driver(child, best->driver);
2577 // resource_int_value(best->driver->name, child->unit,