Searched refs:booted_platform (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/fdt/
H A Dfdt_platform.c41 static const struct fdt_platform_info *booted_platform = NULL; local
45 if (booted_platform == NULL) {
63 booted_platform = best_info;
70 if (booted_platform == NULL) {
73 booted_platform = *info;
79 return booted_platform == NULL ? NULL : booted_platform->fpi_ops;

Completed in 177 milliseconds