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

/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c64 static struct fdt_header *fdt_to_load = NULL; variable in typeref:struct:fdt_header
299 if (fdt_to_load != NULL) {
300 if (fdt_load_dtb_addr(fdt_to_load) == 0) {
302 fdt_to_load);
778 fdt_to_load = NULL;
798 fdt_to_load = hdr;

Completed in 57 milliseconds