Lines Matching refs:flags
36 int flags; member
268 if (vi->flags & FTF_FULLPATH) in flatten_tree()
287 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
294 if ((vi->flags & FTF_NAMEPROPS) && !seen_name_prop) { in flatten_tree()
299 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
358 if (vi->flags & FTF_BOOTCPUID) in make_fdt_header()
360 if (vi->flags & FTF_STRTABSIZE) in make_fdt_header()
362 if (vi->flags & FTF_STRUCTSIZE) in make_fdt_header()
498 if (vi->flags & FTF_BOOTCPUID) { in dt_to_asm()
503 if (vi->flags & FTF_STRTABSIZE) { in dt_to_asm()
509 if (vi->flags & FTF_STRUCTSIZE) { in dt_to_asm()
676 struct inbuf *strbuf, int flags) in flat_read_property() argument
687 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
744 const char *parent_flatname, int flags) in unflatten_tree() argument
754 if (flags & FTF_FULLPATH) in unflatten_tree()
769 prop = flat_read_property(dtbuf, strbuf, flags); in unflatten_tree()
774 child = unflatten_tree(dtbuf,strbuf, flatname, flags); in unflatten_tree()
786 if (!(flags & FTF_NOPS)) in unflatten_tree()
818 int flags = 0; in dt_from_blob() local
905 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()
907 flags |= FTF_NOPS; in dt_from_blob()
921 tree = unflatten_tree(&dtbuf, &strbuf, "", flags); in dt_from_blob()