Searched refs:FDT_END (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt.c103 return FDT_END; /* premature end */
115 return FDT_END; /* premature end */
121 return FDT_END; /* premature end */
127 case FDT_END:
133 return FDT_END;
137 return FDT_END; /* premature end */
189 case FDT_END:
H A Dfdt.h52 #define FDT_END 0x9 macro
H A Dfdt_sw.c227 *end = cpu_to_fdt32(FDT_END);
237 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dfdt_ro.c117 case FDT_END:
H A Dfdt_rw.c434 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt.c103 return FDT_END; /* premature end */
115 return FDT_END; /* premature end */
121 return FDT_END; /* premature end */
127 case FDT_END:
133 return FDT_END;
137 return FDT_END; /* premature end */
189 case FDT_END:
H A Dfdt.h103 #define FDT_END 0x9 macro
H A Dfdt_sw.c259 *end = cpu_to_fdt32(FDT_END);
269 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dfdt_ro.c117 case FDT_END:
H A Dfdt_rw.c434 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
/freebsd-10.2-release/usr.bin/dtc/
H A Ddtb.hh84 FDT_END = 0x00000009 enumerator in enum:dtc::dtb::token_type
103 case FDT_END:
104 return "FDT_END";
H A Dfdt.cc613 case dtb::FDT_END:
614 fprintf(stderr, "Unexpected FDT_END token while parsing node.\n");
1117 struct_writer.write_token(dtb::FDT_END);
1252 if (!(struct_table.consume_binary(token) && (token == dtb::FDT_END)))
1254 fprintf(stderr, "Expected FDT_END token after parsing root node.\n");
/freebsd-10.2-release/contrib/dtc/
H A Dfdtdump.c30 TN(FDT_END),
96 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
H A Dfdtget.c182 case FDT_END:
H A Dflattree.c388 bin_emit_cell(&dtbuf, FDT_END);
555 fprintf(f, "\t/* FDT_END */\n");
556 asm_emit_cell(f, FDT_END);
782 case FDT_END:
783 die("Premature FDT_END in device tree blob\n");
925 if (val != FDT_END)
926 die("Device tree blob doesn't end with FDT_END\n");

Completed in 177 milliseconds