Searched refs:write_to_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.bin/dtc/
H A Ddtb.hh151 virtual void write_to_file(int fd) = 0;
198 virtual void write_to_file(int fd);
248 virtual void write_to_file(int fd);
H A Ddtb.cc88 binary_writer::write_to_file(int fd) function in class:dtc::dtb::binary_writer
219 asm_writer::write_to_file(int fd) function in class:dtc::dtb::asm_writer
H A Dfdt.cc1422 head_writer.write_to_file(fd);
1423 reservation_writer.write_to_file(fd);
1424 struct_writer.write_to_file(fd);
1426 strings_writer.write_to_file(fd);

Completed in 104 milliseconds