Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/dtc/
HDdtc.cc139 read_fn = &device_tree::parse_dtb; in main()
172 read_fn = &device_tree::parse_dtb; in main()
HDfdt.hh343 static property_ptr parse_dtb(input_buffer &structs,
640 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
953 void parse_dtb(const std::string &fn, FILE *depfile);
HDfdt.cc574 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::property
795 node_ptr child = node::parse_dtb(structs, strings); in node()
810 property_ptr prop = property::parse_dtb(structs, strings); in node()
1035 node::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::node
1768 device_tree::parse_dtb(const string &fn, FILE *) in parse_dtb() function in dtc::fdt::device_tree
1818 root = node::parse_dtb(struct_table, strings_table); in parse_dtb()