Lines Matching refs:flags
21 int flags; member
248 if (vi->flags & FTF_FULLPATH) in flatten_tree()
267 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
274 if ((vi->flags & FTF_NAMEPROPS) && !seen_name_prop) { in flatten_tree()
279 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
337 if (vi->flags & FTF_BOOTCPUID) in make_fdt_header()
339 if (vi->flags & FTF_STRTABSIZE) in make_fdt_header()
341 if (vi->flags & FTF_STRUCTSIZE) in make_fdt_header()
484 if (vi->flags & FTF_BOOTCPUID) { in dt_to_asm()
489 if (vi->flags & FTF_STRTABSIZE) { in dt_to_asm()
495 if (vi->flags & FTF_STRUCTSIZE) { in dt_to_asm()
664 struct inbuf *strbuf, int flags) in flat_read_property() argument
675 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
732 const char *parent_flatname, int flags) in unflatten_tree() argument
742 if (flags & FTF_FULLPATH) in unflatten_tree()
757 prop = flat_read_property(dtbuf, strbuf, flags); in unflatten_tree()
762 child = unflatten_tree(dtbuf,strbuf, flatname, flags); in unflatten_tree()
774 if (!(flags & FTF_NOPS)) in unflatten_tree()
811 int flags = 0; in dt_from_blob() local
898 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()
900 flags |= FTF_NOPS; in dt_from_blob()
914 tree = unflatten_tree(&dtbuf, &strbuf, "", flags); in dt_from_blob()