Searched refs:boot_part (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/usr.sbin/sysinst/arch/luna68k/
H A Dmd.c205 part_id boot_part = find_boot_part(install); local
207 if (boot_part == NO_PART)
210 if (!install->infos[boot_part].parts->pscheme->get_part_device(
211 install->infos[boot_part].parts,
212 install->infos[boot_part].cur_part_id,
215 if (!install->infos[boot_part].parts->pscheme->get_part_device(
216 install->infos[boot_part].parts,
217 install->infos[boot_part].cur_part_id,
261 part_id boot_part = find_boot_part(install); local
263 if (boot_part
[all...]
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dautoconf.c113 int boot_id, boot_lun, boot_part; variable
135 *partp = boot_part;
151 boot_id = boot_lun = boot_part = 0;
166 boot_part = *cp - '0';
/netbsd-current/usr.sbin/sysinst/arch/ews4800mips/
H A Dmd.c256 struct disk_part_info boot_part = { local
261 boot_part.nat_type = parts->pscheme->get_fs_part_type(
262 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
264 return parts_use_wholedisk(parts, 1, &boot_part);
/netbsd-current/usr.sbin/sysinst/arch/arc/
H A Dmd.c276 struct disk_part_info boot_part = { local
283 boot_part.nat_type = parts->pscheme->get_fs_part_type(
284 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
286 return parts_use_wholedisk(parts, 1, &boot_part);
/netbsd-current/usr.sbin/sysinst/arch/cobalt/
H A Dmd.c291 struct disk_part_info boot_part = { local
298 boot_part.nat_type = parts->pscheme->get_fs_part_type(
299 PT_EXT2, boot_part.fs_type, boot_part.fs_sub_type);
301 return parts_use_wholedisk(parts, 1, &boot_part);
/netbsd-current/usr.sbin/sysinst/arch/prep/
H A Dmd.c289 struct disk_part_info boot_part = { local
294 boot_part.nat_type = parts->pscheme->get_fs_part_type(
295 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
297 return parts_use_wholedisk(parts, 1, &boot_part);
/netbsd-current/usr.sbin/sysinst/arch/i386/
H A Dmd.c391 size_t i, boot_part; local
393 boot_part = ~0U;
397 boot_part = i;
400 if (boot_part == ~0U) {
409 boot_part = i;
414 if (boot_part < install->num)
415 return copy_uefi_boot(&install->infos[boot_part],
695 struct disk_part_info boot_part = { local
703 boot_part.nat_type = parts->pscheme->get_generic_part_type(
706 return parts_use_wholedisk(parts, 1, &boot_part);
[all...]
/netbsd-current/usr.sbin/sysinst/arch/evbarm/
H A Dmd.c335 struct disk_part_info boot_part = { local
344 return parts_use_wholedisk(parts, 1, &boot_part);
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbiosdisk.c1038 int boot_part = 0;
1090 boot_part = gpt_bootme_part;
1094 boot_part = biosboot_sector_part;
1096 boot_part = bootable_fs_part;
1098 boot_part = 0;
1100 *partition = boot_part;
1103 d->part[boot_part].part_name &&
1104 d->part[boot_part].part_name[0]) {
1105 strlcpy(namebuf, d->part[boot_part].part_name,
/netbsd-current/usr.sbin/sysinst/
H A Dbsddisklabel.c1917 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-current/sys/arch/amiga/amiga/
H A Damiga_init.c200 char *esym_addr, u_int flags, u_long inh_sync, u_long boot_part,
254 RELOC(boot_partition, u_long) = boot_part;
199 start_c(int id, u_int fphystart, u_int fphysize, u_int cphysize, char *esym_addr, u_int flags, u_long inh_sync, u_long boot_part, u_int loadbase) argument

Completed in 222 milliseconds