Home
last modified time | relevance | path

Searched refs:filename_path (Results 1 – 2 of 2) sorted by relevance

/qemu/system/
H A Ddevice_tree.c78 void *load_device_tree(const char *filename_path, int *sizep) in load_device_tree() argument
86 dt_size = get_image_size(filename_path); in load_device_tree()
89 filename_path); in load_device_tree()
93 error_report("Device tree file '%s' is too large", filename_path); in load_device_tree()
103 dt_file_load_size = load_image_size(filename_path, fdt, dt_size); in load_device_tree()
106 filename_path); in load_device_tree()
120 filename_path); in load_device_tree()
/qemu/include/sysemu/
H A Ddevice_tree.h18 void *load_device_tree(const char *filename_path, int *sizep);