HomeSort by: relevance | last modified time | path
    Searched refs:best_match (Results 1 - 6 of 6) 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;
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;
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;
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_mm.h 80 int best_match);
drm_mm.c 283 unsigned alignment, int best_match)
309 if (!best_match)

Completed in 14 milliseconds