Searched refs:fdt_get_string (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_ro.c34 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) function
102 return fdt_get_string(fdt, stroffset, NULL);
109 const char *p = fdt_get_string(fdt, stroffset, &slen);
482 name = fdt_get_string(fdt, fdt32_ld_(&prop->nameoff),
/haiku/headers/libs/libfdt/
H A Dlibfdt.h340 * fdt_get_string - retrieve a string from the strings block of a device tree
345 * fdt_get_string() retrieves a pointer to a single string from the
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);

Completed in 35 milliseconds