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

/freebsd-10.0-release/contrib/dtc/
H A Ddtc.h217 struct boot_info { struct
223 struct boot_info *build_boot_info(struct reserve_info *reservelist,
225 void sort_tree(struct boot_info *bi);
230 void process_checks(int force, struct boot_info *bi);
234 void dt_to_blob(FILE *f, struct boot_info *bi, int version);
235 void dt_to_asm(FILE *f, struct boot_info *bi, int version);
237 struct boot_info *dt_from_blob(const char *fname);
241 void dt_to_source(FILE *f, struct boot_info *bi);
242 struct boot_info *dt_from_source(const char *f);
246 struct boot_info *dt_from_f
[all...]
H A Dfstree.c82 struct boot_info *dt_from_fs(const char *dirname)
H A Dtreesource.c28 struct boot_info *the_boot_info;
31 struct boot_info *dt_from_source(const char *fname)
266 void dt_to_source(FILE *f, struct boot_info *bi)
H A Ddtc.c104 struct boot_info *bi;
H A Dlivetree.c244 struct boot_info *build_boot_info(struct reserve_info *reservelist,
247 struct boot_info *bi;
493 static void sort_reserve_entries(struct boot_info *bi)
605 void sort_tree(struct boot_info *bi)
H A Ddtc-parser.y33 extern struct boot_info *the_boot_info;
H A Dflattree.c366 void dt_to_blob(FILE *f, struct boot_info *bi, int version)
460 void dt_to_asm(FILE *f, struct boot_info *bi, int version)
801 struct boot_info *dt_from_blob(const char *fname)
H A Dchecks.c732 void process_checks(int force, struct boot_info *bi)
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c58 cd9660_add_boot_disk(const char *boot_info) argument
67 assert(boot_info != NULL);
69 if (*boot_info == '\0') {
76 if ((temp = strdup(boot_info)) == NULL) {

Completed in 138 milliseconds