Lines Matching full:raw
53 const char *prop, bool raw, bool str);
143 ofw_dump_properties(int fd, phandle_t n, int level, bool raw, bool str) in ofw_dump_properties() argument
150 ofw_dump_property(fd, n, level, prop, raw, str); in ofw_dump_properties()
154 ofw_dump_property(int fd, phandle_t n, int level, const char *prop, bool raw, in ofw_dump_property() argument
166 if (raw) in ofw_dump_property()
211 const char *pmatch, bool raw, bool str) in ofw_dump_node() argument
218 if (!(raw || str)) { in ofw_dump_node()
229 ofw_dump_property(fd, n, level, pmatch, raw, str); in ofw_dump_node()
231 ofw_dump_properties(fd, n, level, raw, str); in ofw_dump_node()
236 raw, str); in ofw_dump_node()
243 bool raw, bool str) in ofw_dump() argument
248 ofw_dump_node(fd, n, 0, rec, prop, pmatch, raw, str); in ofw_dump()