HomeSort by: relevance | last modified time | path
    Searched defs:best_match (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/fdt/
fdt_platform.c 49 int match, best_match = 0; local in function:fdt_platform_find
58 if (match > best_match) {
59 best_match = match;
fdt_console.c 55 int best_match = 0; local in function:fdtbus_get_console
64 if (match > best_match) {
65 best_match = match;
cpufreq_dt.c 366 int match, best_match = 0; local in function:cpufreq_dt_lookup_opp_info
375 if (match > best_match) {
376 best_match = match;
fdtbus.c 373 int match, best_match, best_pass; local in function:fdt_scan_best
376 best_match = 0;
391 if (match > best_match) {
392 best_match = match;

Completed in 14 milliseconds