Searched refs:fdt_get_name (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | version.lds | 12 fdt_get_name;
|
A D | fdt_ro.c | 199 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 377 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
A D | fdt_rw.c | 257 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | bootfdt.c | 25 name = fdt_get_name(fdt, node, NULL); in device_tree_node_matches() 102 const char *name = fdt_get_name(fdt, node, NULL); in device_tree_for_each_node()
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 363 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 745 r = fdt_begin_node(fdt, fdt_get_name(pfdt, nodeoff, NULL)); in copy_node() 787 if (strcmp(fdt_get_name(pfdt, nodeoff, NULL), name)) in copy_node_by_path()
|
Completed in 11 milliseconds