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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) function
86 const char *p = fdt_string(fdt, stroffset);
345 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dlibfdt.h287 * fdt_string - retrieve a string from the strings block of a device tree
291 * fdt_string() retrieves a pointer to a single string from the
298 const char *fdt_string(const void *fdt, int stroffset);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c79 const char *fdt_string(const void *fdt, int stroffset) function
87 const char *p = fdt_string(fdt, stroffset);
410 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dlibfdt.h288 * fdt_string - retrieve a string from the strings block of a device tree
292 * fdt_string() retrieves a pointer to a single string from the
299 const char *fdt_string(const void *fdt, int stroffset);
/freebsd-11-stable/contrib/dtc/
H A Dfdtget.c134 name = fdt_string(blob, fdt32_to_cpu(data->nameoff));
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1468 name = fdt_string(fdtp, fdt32_to_cpu(prop->nameoff));

Completed in 98 milliseconds