Searched refs:fdt_add_subnode (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_overlay.c586 nnode = fdt_add_subnode(fdt, target, name);
718 root_sym = fdt_add_subnode(fdt, 0, "__symbols__");
H A Dfdt_rw.c377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) function
/haiku/headers/libs/libfdt/
H A Dlibfdt.h2019 * Identical to fdt_add_subnode(), but use only the first @namelen
2033 * fdt_add_subnode - creates a new node
2038 * fdt_add_subnode() creates a new node as a subnode of the node at
2063 int fdt_add_subnode(void *fdt, int parentoffset, const char *name);

Completed in 56 milliseconds