MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fdt_subnode_offset

Function fdt_subnode_offset

freebsd/contrib/libfdt/fdt_ro.c:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178int fdt_subnode_offset(const void *fdt, int parentoffset,
179 const char *name)
180{
181 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name));
182}
183
184int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen)
185{

Callers 5

overlay_apply_nodeFunction · 0.85
overlay_mergeFunction · 0.85
overlay_symbol_updateFunction · 0.85
__pip_eth_nodeFunction · 0.85

Calls 1

Tested by

no test coverage detected