Home
last modified time | relevance | path

Searched refs:nextoffset (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c343 int offset, nextoffset; in fdt_finish() local
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
371 offset = nextoffset; in fdt_finish()
373 if (nextoffset < 0) in fdt_finish()
374 return nextoffset; in fdt_finish()
H A Dfdt_ro.c204 int nextoffset; in nextprop_() local
207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
211 if (nextoffset >= 0) in nextprop_()
214 return nextoffset; in nextprop_()
219 offset = nextoffset; in nextprop_()
/linux/scripts/dtc/
H A Dfdtget.c138 int nextoffset; /* next node offset from libfdt */ in list_subnodes() local
145 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes()
177 node = nextoffset; in list_subnodes()
/linux/fs/cramfs/
H A Dinode.c723 unsigned long nextoffset; in cramfs_readdir() local
743 nextoffset = offset + sizeof(*de) + namelen; in cramfs_readdir()
756 ctx->pos = offset = nextoffset; in cramfs_readdir()