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

/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c330 const char *fixup_child_name = fdt_get_name(fdto, fixup_child,
626 const char *name = fdt_get_name(fdto, subnode, NULL);
703 name = fdt_get_name(fdt, nodeoffset, &namelen);
H A Dfdt_ro.c62 const char *p = fdt_get_name(fdt, offset, &olen);
234 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) function
481 name = fdt_get_name(fdt, offset, &namelen);
H A Dfdt_rw.c257 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
H A Dlibfdt.h427 * fdt_get_name - retrieve the name of a given node
432 * fdt_get_name() retrieves the name (including unit address) of the
449 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_fdt.c245 fdt_get_name(fdtp, offset, &len);
280 name = fdt_get_name(fdtp, offset, &len);
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c1221 name = fdt_get_name(fdtp, o, NULL);

Completed in 66 milliseconds