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

/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c64 static struct fdt_header *fdt_to_load = NULL; variable in typeref:struct:fdt_header
573 if (fdt_to_load != NULL) {
574 if (fdt_load_dtb_addr(fdt_to_load) == 0) {
576 fdt_to_load);
1068 fdt_to_load = NULL;
1088 fdt_to_load = hdr;

Completed in 31 milliseconds