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

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp91 fdt_get_name(fdt, node, NULL));
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) function
379 name = fdt_get_name(fdt, offset, &namelen);
H A Dfdt_rw.c259 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h323 * fdt_get_name - retrieve the name of a given node
328 * fdt_get_name() retrieves the name (including unit address) of the
343 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);

Completed in 30 milliseconds