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

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dserial.cpp114 name = fdt_get_alias(fdt, "serial");
116 name = fdt_get_alias(fdt, "serial0");
118 name = fdt_get_alias(fdt, "serial1");
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h570 * Identical to fdt_get_alias(), but only examine the first namelen
577 * fdt_get_alias - retreive the path referenced by a given alias
581 * fdt_get_alias() retrieves the value of a given alias. That is, the
588 const char *fdt_get_alias(const void *fdt, const char *name);
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c352 const char *fdt_get_alias(const void *fdt, const char *name) function

Completed in 52 milliseconds