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

/linux-4.4.14/drivers/firmware/efi/libstub/
H A Defistub.h23 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt,
H A Dfdt.c19 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, update_fdt() argument
33 if (orig_fdt) { update_fdt()
34 if (fdt_check_header(orig_fdt)) { update_fdt()
42 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { update_fdt()
48 if (orig_fdt) update_fdt()
49 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); update_fdt()

Completed in 109 milliseconds