Searched refs:parentoffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_rw.c333 int fdt_add_subnode_namelen(void *fdt, int parentoffset, argument
345 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen);
352 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
374 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
376 return fdt_add_subnode_namelen(fdt, parentoffset, name, strlen(name));
H A Dlibfdt.h348 * @parentoffset: structure block offset of a node
357 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
362 * @parentoffset: structure block offset of a node
366 * offset parentoffset with the given name. name may include a unit
375 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
383 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
1728 * @parentoffset: structure block offset of a node
1737 int fdt_add_subnode_namelen(void *fdt, int parentoffset,
1743 * @parentoffset: structure block offset of a node
1747 * structure block offset parentoffset, wit
[all...]
H A Dfdt_ro.c177 int fdt_subnode_offset(const void *fdt, int parentoffset, argument
180 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name));
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_rw.c347 int fdt_add_subnode_namelen(void *fdt, int parentoffset, argument
359 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen);
366 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
388 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
390 return fdt_add_subnode_namelen(fdt, parentoffset, name, strlen(name));
H A Dlibfdt.h349 * @parentoffset: structure block offset of a node
359 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
365 * @parentoffset: structure block offset of a node
369 * offset parentoffset with the given name. name may include a unit
378 * -FDT_ERR_BADOFFSET, if parentoffset did not point to an FDT_BEGIN_NODE
386 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
1795 * @parentoffset: structure block offset of a node
1805 int fdt_add_subnode_namelen(void *fdt, int parentoffset,
1812 * @parentoffset: structure block offset of a node
1816 * structure block offset parentoffset, wit
[all...]
H A Dfdt_ro.c178 int fdt_subnode_offset(const void *fdt, int parentoffset, argument
181 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name));

Completed in 122 milliseconds