Searched refs:boot_info (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc.h | 215 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 D | livetree.c | 244 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 D | treesource.c | 27 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 D | flattree.c | 366 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 D | fstree.c | 82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
|
| H A D | dtc.c | 98 struct boot_info *bi; in main()
|
| H A D | dtc-parser.y | 33 extern struct boot_info *the_boot_info;
|
| H A D | checks.c | 647 void process_checks(int force, struct boot_info *bi) in process_checks()
|
| H A D | dtc-parser.tab.c_shipped | 84 extern struct boot_info *the_boot_info;
|