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

/freebsd-9.3-release/contrib/dtc/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) argument
80 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset;
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
86 const char *p = fdt_string(fdt, stroffset);
H A Dlibfdt.h218 * @stroffset: offset of the string within the strings block (native endian)
225 * NULL, if stroffset is out of bounds
227 const char *fdt_string(const void *fdt, int stroffset);
/freebsd-9.3-release/sys/contrib/libfdt/
H A Dfdt_ro.c78 const char *fdt_string(const void *fdt, int stroffset) argument
80 return (const char *)fdt + fdt_off_dt_strings(fdt) + stroffset;
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
86 const char *p = fdt_string(fdt, stroffset);
H A Dlibfdt.h218 * @stroffset: offset of the string within the strings block (native endian)
225 * NULL, if stroffset is out of bounds
227 const char *fdt_string(const void *fdt, int stroffset);

Completed in 121 milliseconds