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

Function fdt_add_subnode

freebsd/contrib/libfdt/fdt_rw.c:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388int fdt_add_subnode(void *fdt, int parentoffset, const char *name)
389{
390 return fdt_add_subnode_namelen(fdt, parentoffset, name, strlen(name));
391}
392
393int fdt_del_node(void *fdt, int nodeoffset)
394{

Callers 2

overlay_apply_nodeFunction · 0.85
overlay_symbol_updateFunction · 0.85

Calls 1

fdt_add_subnode_namelenFunction · 0.85

Tested by

no test coverage detected