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

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) fdt_string() argument
80 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset; fdt_string()
83 static int _fdt_string_eq(const void *fdt, int stroffset, _fdt_string_eq() argument
86 const char *p = fdt_string(fdt, stroffset); _fdt_string_eq()
H A Dlibfdt.h245 * @stroffset: offset of the string within the strings block (native endian)
252 * NULL, if stroffset is out of bounds
254 const char *fdt_string(const void *fdt, int stroffset);

Completed in 160 milliseconds