Searched refs:overlay_buf (Results 1 – 2 of 2) sorted by relevance
30 char *overlay_buf = NULL; in apply_overlay_files() local41 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()42 if (!overlay_buf) { in apply_overlay_files()54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_overlay_files()71 if (overlay_buf) dto_free(overlay_buf); in apply_overlay_files()
29 char *overlay_buf = NULL; in apply_overlay_files() local40 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()41 if (!overlay_buf) { in apply_overlay_files()51 fdt_overlay_apply(merged_buf, overlay_buf); in apply_overlay_files()66 if (overlay_buf) dto_free(overlay_buf); in apply_overlay_files()