Searched refs:fdt_path_offset (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | version.lds | 11 fdt_path_offset;
|
A D | fdt_ro.c | 155 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function 173 offset = fdt_path_offset(fdt, p); in fdt_path_offset() 343 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 783 nodeoff = fdt_path_offset(pfdt, path); in copy_node_by_path() 1029 node = fdt_path_offset(fdt, name); in finalise_one_node() 1068 chosen = fdt_path_offset(fdt, "/chosen"); in libxl__arch_domain_finalise_hw_description()
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 340 int fdt_path_offset(const void *fdt, const char *path);
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | bootfdt.c | 357 node = fdt_path_offset(fdt, "/chosen"); in boot_fdt_cmdline()
|
A D | domain_build.c | 1985 node = fdt_path_offset(kinfo->fdt, "/chosen"); in initrd_load() 2064 node = fdt_path_offset(kinfo->fdt, "/hypervisor"); in evtchn_fixup()
|
Completed in 15 milliseconds