Symbol: property_ptr
usr.bin/dtc/checking.cc
164
property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p)
usr.bin/dtc/checking.cc
178
property_size_checker::check(device_tree *, const node_ptr &, property_ptr p)
usr.bin/dtc/checking.hh
127
virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p);
usr.bin/dtc/checking.hh
137
virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
usr.bin/dtc/checking.hh
152
virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
usr.bin/dtc/checking.hh
163
virtual bool check(device_tree *, const node_ptr &, property_ptr p)
usr.bin/dtc/checking.hh
178
virtual bool check(device_tree *, const node_ptr &, property_ptr p)
usr.bin/dtc/checking.hh
193
virtual bool check(device_tree *, const node_ptr &, property_ptr p)
usr.bin/dtc/checking.hh
216
virtual bool check(device_tree *tree, const node_ptr &, property_ptr p)
usr.bin/dtc/checking.hh
244
virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p);
usr.bin/dtc/checking.hh
97
virtual bool check_property(device_tree *, const node_ptr &, property_ptr )
usr.bin/dtc/fdt.cc
1012
node::cmp_properties(property_ptr &p1, property_ptr &p2)
usr.bin/dtc/fdt.cc
1089
property_ptr
usr.bin/dtc/fdt.cc
1125
[&](const property_ptr &p) {
usr.bin/dtc/fdt.cc
1317
property_ptr
usr.bin/dtc/fdt.cc
1321
property_ptr p = n->get_property("phandle");
usr.bin/dtc/fdt.cc
1503
property_ptr p = assign_phandle(target, phandle);
usr.bin/dtc/fdt.cc
1939
std::vector<property_ptr> symbols;
usr.bin/dtc/fdt.cc
2128
std::vector<property_ptr> symbols;
usr.bin/dtc/fdt.cc
2157
std::vector<property_ptr> symbols;
usr.bin/dtc/fdt.cc
2244
property_ptr prop = n->get_property(key);
usr.bin/dtc/fdt.cc
2295
property_ptr p = property::parse(in, std::move(name_copy), string_set(), false);
usr.bin/dtc/fdt.cc
590
property_ptr
usr.bin/dtc/fdt.cc
593
property_ptr p(new property(structs, strings));
usr.bin/dtc/fdt.cc
601
property_ptr
usr.bin/dtc/fdt.cc
605
property_ptr p(new property(input,
usr.bin/dtc/fdt.cc
827
property_ptr prop = property::parse_dtb(structs, strings);
usr.bin/dtc/fdt.cc
855
const std::vector<property_ptr> &p)
usr.bin/dtc/fdt.cc
862
const std::vector<property_ptr> &props)
usr.bin/dtc/fdt.cc
870
constructable_node(const string &n, const std::vector<property_ptr> &p) : node(n, p) {}
usr.bin/dtc/fdt.cc
971
property_ptr p = property::parse(input, std::move(child_name),
usr.bin/dtc/fdt.cc
998
props.push_back(property_ptr(new property(std::move(child_name), std::move(child_labels))));
usr.bin/dtc/fdt.hh
341
static property_ptr parse_dtb(input_buffer &structs,
usr.bin/dtc/fdt.hh
348
static property_ptr parse(text_input_buffer &input,
usr.bin/dtc/fdt.hh
442
typedef std::vector<property_ptr> property_vector;
usr.bin/dtc/fdt.hh
537
node(const std::string &n, const std::vector<property_ptr> &p);
usr.bin/dtc/fdt.hh
542
static inline bool cmp_properties(property_ptr &p1, property_ptr &p2);
usr.bin/dtc/fdt.hh
643
const std::vector<property_ptr> &props);
usr.bin/dtc/fdt.hh
648
property_ptr get_property(const std::string &key);
usr.bin/dtc/fdt.hh
652
inline void add_property(property_ptr &p)
usr.bin/dtc/fdt.hh
78
typedef std::unordered_map<std::string, property_ptr> define_map;
usr.bin/dtc/fdt.hh
802
property_ptr prop;
usr.bin/dtc/fdt.hh
881
property_ptr assign_phandle(node_ptr n, uint32_t &next);