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