Searched refs:base_buf (Results 1 – 2 of 2) sorted by relevance
31 char *base_buf = NULL; in apply_ovleray_files() local36 base_buf = load_file(base_filename, &blob_len); in apply_ovleray_files()37 if (!base_buf) { in apply_ovleray_files()49 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_ovleray_files()74 if (base_buf) dto_free(base_buf); in apply_ovleray_files()
30 char *base_buf = NULL; in apply_ovleray_files() local35 base_buf = load_file(base_filename, &base_len); in apply_ovleray_files()36 if (!base_buf) { in apply_ovleray_files()50 fdt_open_into(base_buf, merged_buf, merged_buf_len); in apply_ovleray_files()69 if (base_buf) dto_free(base_buf); in apply_ovleray_files()