HomeSort by: relevance | last modified time | path
    Searched refs:fdt_get_string (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 69 fdt_get_string;
fdt_ro.c 36 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) function in typeref:typename:const char *
93 return fdt_get_string(fdt, stroffset, NULL);
100 const char *p = fdt_get_string(fdt, stroffset, &slen);
466 name = fdt_get_string(fdt, fdt32_ld(&prop->nameoff),
libfdt.h 324 * fdt_get_string - retrieve a string from the strings block of a device tree
329 * fdt_get_string() retrieves a pointer to a single string from the
337 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);

Completed in 15 milliseconds