| /netbsd-src/usr.sbin/sysinst/arch/luna68k/ |
| H A D | md.c | 205 part_id boot_part = find_boot_part(install); in md_post_newfs() local 207 if (boot_part == NO_PART) in md_post_newfs() 210 if (!install->infos[boot_part].parts->pscheme->get_part_device( in md_post_newfs() 211 install->infos[boot_part].parts, in md_post_newfs() 212 install->infos[boot_part].cur_part_id, in md_post_newfs() 215 if (!install->infos[boot_part].parts->pscheme->get_part_device( in md_post_newfs() 216 install->infos[boot_part].parts, in md_post_newfs() 217 install->infos[boot_part].cur_part_id, in md_post_newfs() 261 part_id boot_part = find_boot_part(install); in md_update() local 263 if (boot_part == NO_PART) in md_update() [all …]
|
| /netbsd-src/sys/arch/mipsco/mipsco/ |
| H A D | autoconf.c | 113 int boot_id, boot_lun, boot_part; variable 135 *partp = boot_part; in findroot() 151 boot_id = boot_lun = boot_part = 0; in makebootdev() 166 boot_part = *cp - '0'; in makebootdev()
|
| /netbsd-src/usr.sbin/sysinst/arch/ews4800mips/ |
| H A D | md.c | 256 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 261 boot_part.nat_type = parts->pscheme->get_fs_part_type( in md_parts_use_wholedisk() 262 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk() 264 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/arc/ |
| H A D | md.c | 276 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 283 boot_part.nat_type = parts->pscheme->get_fs_part_type( in md_parts_use_wholedisk() 284 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk() 286 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/cobalt/ |
| H A D | md.c | 291 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 298 boot_part.nat_type = parts->pscheme->get_fs_part_type( in md_parts_use_wholedisk() 299 PT_EXT2, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk() 301 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/prep/ |
| H A D | md.c | 289 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 294 boot_part.nat_type = parts->pscheme->get_fs_part_type( in md_parts_use_wholedisk() 295 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk() 297 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/i386/ |
| H A D | md.c | 391 size_t i, boot_part; in update_uefi_boot_code() local 393 boot_part = ~0U; in update_uefi_boot_code() 397 boot_part = i; in update_uefi_boot_code() 400 if (boot_part == ~0U) { in update_uefi_boot_code() 409 boot_part = i; in update_uefi_boot_code() 414 if (boot_part < install->num) in update_uefi_boot_code() 415 return copy_uefi_boot(&install->infos[boot_part], in update_uefi_boot_code() 695 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 703 boot_part.nat_type = parts->pscheme->get_generic_part_type( in md_parts_use_wholedisk() 706 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | biosdisk.c | 1038 int boot_part = 0; in biosdisk_findpartition() 1090 boot_part = gpt_bootme_part; in biosdisk_findpartition() 1094 boot_part = biosboot_sector_part; in biosdisk_findpartition() 1096 boot_part = bootable_fs_part; in biosdisk_findpartition() 1098 boot_part = 0; in biosdisk_findpartition() 1100 *partition = boot_part; in biosdisk_findpartition() 1103 d->part[boot_part].part_name && in biosdisk_findpartition() 1104 d->part[boot_part].part_name[0]) { in biosdisk_findpartition() 1105 strlcpy(namebuf, d->part[boot_part].part_name, in biosdisk_findpartition()
|
| /netbsd-src/usr.sbin/sysinst/arch/evbarm/ |
| H A D | md.c | 335 struct disk_part_info boot_part = { in md_parts_use_wholedisk() local 344 return parts_use_wholedisk(parts, 1, &boot_part); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | bsddisklabel.c | 1917 size_t boot_part = ~0U; local 1921 boot_part = i; 1925 if (boot_part == ~0U) { 1941 boot_part = i; 1945 if (boot_part != ~0U) { 1949 wanted.infos[boot_part].cur_part_id, &info)) { 1952 wanted.infos[boot_part].cur_part_id, &info, NULL); 1954 wanted.infos[boot_part].instflags |= PUIINST_BOOT;
|
| /netbsd-src/sys/arch/amiga/amiga/ |
| H A D | amiga_init.c | 200 char *esym_addr, u_int flags, u_long inh_sync, u_long boot_part, in start_c() argument 254 RELOC(boot_partition, u_long) = boot_part; in start_c()
|