Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/libfdt/dist/
H A Dfdt.c140 *nextoffset = -FDT_ERR_TRUNCATED; in fdt_next_tag()
147 *nextoffset = -FDT_ERR_BADSTRUCTURE; in fdt_next_tag()
182 *nextoffset = FDT_TAGALIGN(offset); in fdt_next_tag()
206 int nextoffset = 0; in fdt_next_node() local
211 return nextoffset; in fdt_next_node()
214 offset = nextoffset; in fdt_next_node()
215 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
229 return nextoffset; in fdt_next_node()
233 if ((nextoffset >= 0) in fdt_next_node()
234 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node()
[all …]
H A Dfdt_ro.c192 int nextoffset; in nextprop_() local
195 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
199 if (nextoffset >= 0) in nextprop_()
202 return nextoffset; in nextprop_()
207 offset = nextoffset; in nextprop_()
843 int offset, nextoffset = 0; in fdt_check_full() local
862 offset = nextoffset; in fdt_check_full()
863 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_check_full()
865 if (nextoffset < 0) in fdt_check_full()
866 return nextoffset; in fdt_check_full()
H A Dfdt_rw.c194 int nextoffset; in fdt_add_property_() local
199 if ((nextoffset = fdt_check_node_offset_(fdt, nodeoffset)) < 0) in fdt_add_property_()
200 return nextoffset; in fdt_add_property_()
206 *prop = fdt_offset_ptr_w_(fdt, nextoffset); in fdt_add_property_()
324 int offset, nextoffset; in fdt_add_subnode_namelen() local
339 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */ in fdt_add_subnode_namelen()
341 offset = nextoffset; in fdt_add_subnode_namelen()
342 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
H A Dfdt_sw.c337 int offset, nextoffset; in fdt_finish() local
355 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
365 offset = nextoffset; in fdt_finish()
367 if (nextoffset < 0) in fdt_finish()
368 return nextoffset; in fdt_finish()
H A Dlibfdt.h120 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
/netbsd/external/gpl2/dtc/dist/tests/
H A Ddtb_reverse.c74 int nextoffset = offset; in reverse_children() local
80 CHECK(fdt_get_path(in, nextoffset, path, sizeof(path))); in reverse_children()
82 " depth=%d\n", offset, nextoffset, path, depth); in reverse_children()
84 nextoffset = fdt_next_node(in, nextoffset, &depth); in reverse_children()
88 reverse_children(in, out, nextoffset); in reverse_children()
H A Dnopulate.c23 int offset, nextoffset = 0; in nopulate_struct() local
30 offset = nextoffset; in nopulate_struct()
31 tag = fdt_next_tag(fdt, offset, &nextoffset); in nopulate_struct()
34 nextoffset - offset); in nopulate_struct()
35 p += nextoffset - offset; in nopulate_struct()
/netbsd/external/gpl2/dtc/dist/
H A Dfdtget.c157 int nextoffset; /* next node offset from libfdt */ in list_subnodes() local
164 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes()
196 node = nextoffset; in list_subnodes()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d556 extern (D) static uint placeField(uint* nextoffset, uint memsize, uint memalignsize, in placeField() argument
559 uint ofs = *nextoffset; in placeField()
580 *nextoffset = ofs; in placeField()
H A Ddstruct.c830 unsigned *nextoffset, in placeField() argument
839 unsigned ofs = *nextoffset; in placeField()
850 *nextoffset = ofs; in placeField()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c830 unsigned *nextoffset, in placeField() argument
839 unsigned ofs = *nextoffset; in placeField()
850 *nextoffset = ofs; in placeField()
H A Daggregate.h143 static unsigned placeField(unsigned *nextoffset,
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20094462 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20094462 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
/netbsd/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20094462 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
/netbsd/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20094462 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to