HomeSort by: relevance | last modified time | path
    Searched refs:boot_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
xxboot.c 63 xxboot_main(const char *boot_type)
75 printf(">> %s %s [%s]\n", bootprog_name, boot_type, bootprog_rev);
85 printf("%s: devopen failed\n", boot_type);
122 printf("%s: trying %s\n", boot_type, file);
145 printf("%s: %s: loadfile() failed.\n", boot_type, file);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 440 * : we assume boot_type is 'fd';
441 * : otherwise boot_type is 'no-emulation'.
452 unsigned int boot_type:2; member in struct:iso_option
1145 iso9660->opt.boot_type = OPT_BOOT_TYPE_DEFAULT;
1360 iso9660->opt.boot_type = OPT_BOOT_TYPE_NO_EMU;
1362 iso9660->opt.boot_type = OPT_BOOT_TYPE_FD;
1364 iso9660->opt.boot_type = OPT_BOOT_TYPE_HARD_DISK;
4118 if (iso9660->opt.boot_type != OPT_BOOT_TYPE_DEFAULT) {
4120 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_FD)
4122 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_HARD_DISK
    [all...]

Completed in 36 milliseconds