Lines Matching defs:offset
125 * @return offset of string in the string table (whether found or added)
337 int offset, nextoffset;
345 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen);
346 if (offset >= 0)
348 else if (offset != -FDT_ERR_NOTFOUND)
349 return offset;
357 offset = nextoffset;
358 tag = fdt_next_tag(fdt, offset, &nextoffset);
361 nh = fdt_offset_ptr_w_(fdt, offset);
374 return offset;