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

  /src/sys/dev/fdt/
fdt_platform.c 47 const struct fdt_platform_info *best_info = NULL; local in function:fdt_platform_find
60 best_info = *info;
64 booted_platform = best_info;
fdt_console.c 53 const struct fdt_console_info *best_info = NULL; local in function:fdtbus_get_console
66 best_info = *info;
70 booted_console = best_info;

Completed in 12 milliseconds