Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dtc/
H A Dfdt.hh211 void write_dts(FILE *file);
389 void write_dts(FILE *file, int indent);
680 void write_dts(FILE *file, int indent);
935 void write_dts(int fd);
H A Dfdt.cc94 property_value::write_dts(FILE *file) in write_dts() function in dtc::fdt::property_value
646 property::write_dts(FILE *file, int indent) in write_dts() function in dtc::fdt::property
683 i->write_dts(file); in write_dts()
1156 node::write_dts(FILE *file, int indent) in write_dts() function in dtc::fdt::node
1180 p->write_dts(file, indent+1); in write_dts()
1184 c->write_dts(file, indent+1); in write_dts()
1742 device_tree::write_dts(int fd) in write_dts() function in dtc::fdt::device_tree
1759 root->write_dts(file, 0); in write_dts()
H A Ddtc.cc163 write_fn = &device_tree::write_dts; in main()