Searched refs:boot_info (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/dtc/ |
| HD | dtc.h | 238 struct boot_info { struct 244 struct boot_info *build_boot_info(struct reserve_info *reservelist, argument 246 void sort_tree(struct boot_info *bi); 251 void process_checks(bool force, struct boot_info *bi); 255 void dt_to_blob(FILE *f, struct boot_info *bi, int version); 256 void dt_to_asm(FILE *f, struct boot_info *bi, int version); 258 struct boot_info *dt_from_blob(const char *fname); 262 void dt_to_source(FILE *f, struct boot_info *bi); 263 struct boot_info *dt_from_source(const char *f); 267 struct boot_info *dt_from_fs(const char *dirname);
|
| HD | treesource.c | 28 struct boot_info *the_boot_info; 31 struct boot_info *dt_from_source(const char *fname) in dt_from_source() 266 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
|
| HD | livetree.c | 338 struct boot_info *build_boot_info(struct reserve_info *reservelist, in build_boot_info() 341 struct boot_info *bi; in build_boot_info() 593 static void sort_reserve_entries(struct boot_info *bi) in sort_reserve_entries() 705 void sort_tree(struct boot_info *bi) in sort_tree()
|
| HD | fstree.c | 82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
|
| HD | dtc.c | 107 struct boot_info *bi; in main()
|
| HD | flattree.c | 369 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() 463 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm() 804 struct boot_info *dt_from_blob(const char *fname) in dt_from_blob()
|
| HD | dtc-parser.y | 33 extern struct boot_info *the_boot_info;
|
| HD | checks.c | 736 void process_checks(bool force, struct boot_info *bi) in process_checks()
|
| /NextBSD/sys/sys/mach/ |
| HD | host_priv_server.h | 67 (host_priv, boot_info) in host_get_boot_info() 69 kernel_boot_info_t boot_info; 70 { return host_get_boot_info(host_priv, boot_info); } 74 kernel_boot_info_t boot_info 571 (host_priv, boot_info) in host_get_boot_info() 573 kernel_boot_info_t boot_info; 574 { return host_get_boot_info(host_priv, boot_info); } 578 kernel_boot_info_t boot_info 1485 char boot_info[4096]; member
|
| /NextBSD/usr.sbin/makefs/cd9660/ |
| HD | cd9660_eltorito.c | 58 cd9660_add_boot_disk(const char *boot_info) in cd9660_add_boot_disk() argument 67 assert(boot_info != NULL); in cd9660_add_boot_disk() 69 if (*boot_info == '\0') { in cd9660_add_boot_disk() 76 if ((temp = strdup(boot_info)) == NULL) { in cd9660_add_boot_disk()
|
| /NextBSD/include/mach/ |
| HD | host_priv.h | 67 (host_priv, boot_info) in host_get_boot_info() 69 kernel_boot_info_t boot_info; 70 { return host_get_boot_info(host_priv, boot_info); } 74 kernel_boot_info_t boot_info 964 char boot_info[4096]; member
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_host_priv.c | 42 kernel_boot_info_t boot_info
|
| HD | host_priv_server.c | 485 char boot_info[4096]; member 919 (host_priv, boot_info) in host_get_boot_info() 921 kernel_boot_info_t boot_info; 922 { return host_get_boot_info(host_priv, boot_info); } 926 kernel_boot_info_t boot_info 978 …ode = host_get_boot_info(convert_port_to_host_priv(In0P->Head.msgh_request_port), OutP->boot_info); in _Xhost_get_boot_info() 989 size_t strLength = strlen(OutP->boot_info) + 1; in _Xhost_get_boot_info() 995 OutP->boot_infoCnt = (mach_msg_type_number_t) strlen(OutP->boot_info) + 1; in _Xhost_get_boot_info()
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | host_priv.defs | 85 out boot_info : kernel_boot_info_t);
|