Lines Matching refs:flags
21 int flags; member
249 if (vi->flags & FTF_FULLPATH) in flatten_tree()
268 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
275 if ((vi->flags & FTF_NAMEPROPS) && !seen_name_prop) { in flatten_tree()
280 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
338 if (vi->flags & FTF_BOOTCPUID) in make_fdt_header()
340 if (vi->flags & FTF_STRTABSIZE) in make_fdt_header()
342 if (vi->flags & FTF_STRUCTSIZE) in make_fdt_header()
485 if (vi->flags & FTF_BOOTCPUID) { in dt_to_asm()
490 if (vi->flags & FTF_STRTABSIZE) { in dt_to_asm()
496 if (vi->flags & FTF_STRUCTSIZE) { in dt_to_asm()
665 struct inbuf *strbuf, int flags) in flat_read_property() argument
676 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
733 const char *parent_flatname, int flags) in unflatten_tree() argument
743 if (flags & FTF_FULLPATH) in unflatten_tree()
758 prop = flat_read_property(dtbuf, strbuf, flags); in unflatten_tree()
763 child = unflatten_tree(dtbuf,strbuf, flatname, flags); in unflatten_tree()
775 if (!(flags & FTF_NOPS)) in unflatten_tree()
812 int flags = 0; in dt_from_blob() local
899 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()
901 flags |= FTF_NOPS; in dt_from_blob()
915 tree = unflatten_tree(&dtbuf, &strbuf, "", flags); in dt_from_blob()