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

/freebsd-10-stable/sys/boot/fdt/
H A Dfdt_loader_cmd.c64 static struct fdt_header *fdt_to_load = NULL; variable in typeref:struct:fdt_header
297 if (fdt_to_load != NULL) {
298 if (fdt_load_dtb_addr(fdt_to_load) == 0) {
300 (unsigned int)fdt_to_load);
771 fdt_to_load = NULL;
790 fdt_to_load = hdr;

Completed in 117 milliseconds