Home
last modified time | relevance | path

Searched refs:FDT_END (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dfdt.c104 return FDT_END; /* premature end */ in fdt_next_tag()
116 return FDT_END; /* premature end */ in fdt_next_tag()
122 return FDT_END; /* premature end */ in fdt_next_tag()
131 case FDT_END: in fdt_next_tag()
137 return FDT_END; in fdt_next_tag()
141 return FDT_END; /* premature end */ in fdt_next_tag()
193 case FDT_END: in fdt_next_node()
H A Dfdt.h103 #define FDT_END 0x9 macro
H A Dfdt_sw.c271 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
281 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dfdt_rw.c447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c144 case FDT_END: in nextprop_()
/freebsd/usr.bin/dtc/
H A Ddtb.hh87 FDT_END = 0x00000009 enumerator
106 case FDT_END: in token_type_name()
H A Dfdt.cc839 case dtb::FDT_END: in node()
1760 struct_writer.write_token(dtb::FDT_END); in write()
1899 if (!(struct_table.consume_binary(token) && (token == dtb::FDT_END))) in parse_dtb()