Searched refs:base_buf (Results 1 – 2 of 2) sorted by relevance
28 char *base_buf = NULL; in apply_overlay_files() local33 base_buf = load_file(base_filename, &base_len); in apply_overlay_files()34 if (!base_buf || fdt_check_full(base_buf, base_len)) { in apply_overlay_files()53 fdt_open_into(base_buf, merged_buf, merged_buf_len); in apply_overlay_files()72 if (base_buf) dto_free(base_buf); in apply_overlay_files()
29 char *base_buf = NULL; in apply_overlay_files() local34 base_buf = load_file(base_filename, &blob_len); in apply_overlay_files()35 if (!base_buf || fdt_check_full(base_buf, blob_len)) { in apply_overlay_files()47 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_overlay_files()77 if (base_buf) dto_free(base_buf); in apply_overlay_files()