Searched refs:orig_fdt (Results 1 – 1 of 1) sorted by relevance
30 static efi_status_t update_fdt(void *orig_fdt, unsigned long orig_fdt_size, in update_fdt() argument39 if (orig_fdt) { in update_fdt()40 if (fdt_check_header(orig_fdt)) { in update_fdt()48 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { in update_fdt()54 if (orig_fdt) { in update_fdt()55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()
Completed in 5 milliseconds