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

/freebsd-12-stable/stand/efi/loader/
H A Dmain.c325 match_boot_info(char *boot_info, size_t bisz) argument
361 walker = boot_info;
456 * Look at the passed-in boot_info, if any. If we find it then we need
474 char *boot_info, size_t boot_info_sz)
520 * Third choice: If we can find out image boot_info, and there's
521 * a follow-on boot image in that boot_info, use that. In this
528 rv = match_boot_info(boot_info, boot_info_sz);
873 char boot_info[4096]; local
1083 sz = sizeof(boot_info);
1084 rv = efi_global_getenv(buf, &boot_info,
473 find_currdev(bool do_bootmgr, bool is_last, char *boot_info, size_t boot_info_sz) argument
[all...]
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c64 cd9660_add_boot_disk(iso9660_disk *diskStructure, const char *boot_info) argument
73 assert(boot_info != NULL);
75 if (*boot_info == '\0') {
82 temp = estrdup(boot_info);

Completed in 124 milliseconds