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

/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh220 void write_dts(FILE *file);
398 void write_dts(FILE *file, int indent);
689 void write_dts(FILE *file, int indent);
944 void write_dts(int fd);
H A Ddtc.cc142 write_fn = &device_tree::write_dts;
169 write_fn = &device_tree::write_dts;
H A Dfdt.cc94 property_value::write_dts(FILE *file) function in class:dtc::fdt::property_value
646 property::write_dts(FILE *file, int indent) function in class:dtc::fdt::property
683 i->write_dts(file);
1156 node::write_dts(FILE *file, int indent) function in class:dtc::fdt::node
1180 p->write_dts(file, indent+1);
1184 c->write_dts(file, indent+1);
1745 device_tree::write_dts(int fd) function in class:dtc::fdt::device_tree
1763 root->write_dts(file, 0);

Completed in 211 milliseconds