/src/sys/arch/mipsco/mipsco/ |
autoconf.c | 113 int boot_id, boot_lun, boot_part; variable in typeref:typename:int 135 *partp = boot_part; 151 boot_id = boot_lun = boot_part = 0; 166 boot_part = *cp - '0';
|
/src/usr.sbin/sysinst/arch/arc/ |
md.c | 276 struct disk_part_info boot_part = { local in function:md_parts_use_wholedisk 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);
|
/src/usr.sbin/sysinst/arch/cobalt/ |
md.c | 291 struct disk_part_info boot_part = { local in function:md_parts_use_wholedisk 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);
|
/src/usr.sbin/sysinst/arch/ews4800mips/ |
md.c | 256 struct disk_part_info boot_part = { local in function:md_parts_use_wholedisk 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);
|
/src/usr.sbin/sysinst/arch/prep/ |
md.c | 289 struct disk_part_info boot_part = { local in function:md_parts_use_wholedisk 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);
|
/src/usr.sbin/sysinst/arch/luna68k/ |
md.c | 205 part_id boot_part = find_boot_part(install); local in function:md_post_newfs 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 in function:md_update 263 if (boot_part == NO_PART [all...] |
/src/usr.sbin/sysinst/arch/evbarm/ |
md.c | 335 struct disk_part_info boot_part = { local in function:md_parts_use_wholedisk 344 return parts_use_wholedisk(parts, 1, &boot_part);
|
/src/usr.sbin/sysinst/arch/i386/ |
md.c | 74 #define BOOT_PART (128*(MEG/512)) 391 size_t i, boot_part; local in function:update_uefi_boot_code 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 in function:md_parts_use_wholedisk 696 .size = BOOT_PART, [all...] |
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 1917 size_t boot_part = ~0U; local in function:make_bsd_partitions 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;
|