Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm.c748 r = copy_properties(gc, fdt, pfdt, nodeoff); in copy_node()
751 for (nodeoff = fdt_first_subnode(pfdt, nodeoff); in copy_node()
753 nodeoff = fdt_next_subnode(pfdt, nodeoff)) { in copy_node()
768 void *fdt, void *pfdt) in copy_node_by_path() argument
783 nodeoff = fdt_path_offset(pfdt, path); in copy_node_by_path()
790 r = copy_node(gc, fdt, pfdt, nodeoff, 0); in copy_node_by_path()
848 void *pfdt = NULL; in libxl__prepare_dtb() local
879 libxl__ptr_add(gc, pfdt); in libxl__prepare_dtb()
881 if (check_partial_fdt(gc, pfdt, pfdt_size)) in libxl__prepare_dtb()
954 if (pfdt) in libxl__prepare_dtb()
[all …]

Completed in 4 milliseconds