Home | Sort by: relevance | last modified time | path |
/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; |