Home
last modified time | relevance | path

Searched refs:boot_info (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.h215 struct boot_info { struct
221 struct boot_info *build_boot_info(struct reserve_info *reservelist, argument
223 void sort_tree(struct boot_info *bi);
227 void process_checks(int force, struct boot_info *bi);
231 void dt_to_blob(FILE *f, struct boot_info *bi, int version);
232 void dt_to_asm(FILE *f, struct boot_info *bi, int version);
234 struct boot_info *dt_from_blob(const char *fname);
238 void dt_to_source(FILE *f, struct boot_info *bi);
239 struct boot_info *dt_from_source(const char *f);
243 struct boot_info *dt_from_fs(const char *dirname);
H A Dlivetree.c244 struct boot_info *build_boot_info(struct reserve_info *reservelist, in build_boot_info()
247 struct boot_info *bi; in build_boot_info()
493 static void sort_reserve_entries(struct boot_info *bi) in sort_reserve_entries()
605 void sort_tree(struct boot_info *bi) in sort_tree()
H A Dtreesource.c27 struct boot_info *the_boot_info;
30 struct boot_info *dt_from_source(const char *fname) in dt_from_source()
264 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
H A Dflattree.c366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob()
460 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm()
803 struct boot_info *dt_from_blob(const char *fname) in dt_from_blob()
H A Dfstree.c82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
H A Ddtc.c98 struct boot_info *bi; in main()
H A Ddtc-parser.y33 extern struct boot_info *the_boot_info;
H A Dchecks.c647 void process_checks(int force, struct boot_info *bi) in process_checks()
H A Ddtc-parser.tab.c_shipped84 extern struct boot_info *the_boot_info;