Home | History | Annotate | Download | only in i386

Lines Matching defs:boot_part

74 #define	BOOT_PART	(128*(MEG/512))
391 size_t i, boot_part;
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 = {
696 .size = BOOT_PART,
703 boot_part.nat_type = parts->pscheme->get_generic_part_type(
706 return parts_use_wholedisk(parts, 1, &boot_part);
950 .size = BOOT_PART,