Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libfdt/
H A Dfdt_ro.c159 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() function
181 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); in fdt_subnode_offset()
219 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen()
H A Dlibfdt.h359 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
H A Dfdt_overlay.c803 ret = fdt_subnode_offset_namelen(fdto, 0, frag_name, in overlay_symbol_update()
H A Dfdt_rw.c359 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen); in fdt_add_subnode_namelen()