Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_arm.c726 int nodeoff) in copy_properties() argument
751 int nodeoff, int depth) in copy_node() argument
761 for (nodeoff = fdt_first_subnode(pfdt, nodeoff); in copy_node()
762 nodeoff >= 0; in copy_node()
763 nodeoff = fdt_next_subnode(pfdt, nodeoff)) { in copy_node()
768 if (nodeoff != -FDT_ERR_NOTFOUND) in copy_node()
769 return nodeoff; in copy_node()
780 int nodeoff, r; in copy_node_by_path() local
793 nodeoff = fdt_path_offset(pfdt, path); in copy_node_by_path()
794 if (nodeoff < 0) in copy_node_by_path()
[all …]
/xen/xen/arch/arm/
A Ddomain_build.c1868 const void *pfdt, int nodeoff, in handle_prop_pfdt() argument
1878 for ( propoff = fdt_first_property_offset(pfdt, nodeoff); in handle_prop_pfdt()
1947 int nodeoff, in scan_pfdt_node() argument
1955 rc = fdt_begin_node(fdt, fdt_get_name(pfdt, nodeoff, NULL)); in scan_pfdt_node()
1959 rc = handle_prop_pfdt(kinfo, pfdt, nodeoff, address_cells, size_cells, in scan_pfdt_node()
1964 address_cells = device_tree_get_u32(pfdt, nodeoff, "#address-cells", in scan_pfdt_node()
1966 size_cells = device_tree_get_u32(pfdt, nodeoff, "#size-cells", in scan_pfdt_node()
1969 node_next = fdt_first_subnode(pfdt, nodeoff); in scan_pfdt_node()

Completed in 8 milliseconds