Searched defs:boot (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dacorn.c64 struct grub_acorn_boot_block boot; local
73 &boot);
77 if ((boot.flags & NONADFS_PARTITION_TYPE_MASK) != NONADFS_PARTITION_TYPE_LINUX)
81 checksum = ((checksum & 0xff) + (checksum >> 8) + boot.bin[i]);
83 if ((grub_uint8_t) checksum != boot.checksum)
86 heads = (boot.disc_record.heads
87 + ((boot.disc_record.lowsector >> 6) & 1));
88 sectors_per_cylinder = boot.disc_record.secspertrack * heads;
89 *sector = grub_le_to_cpu16 (boot.start_cylinder) * sectors_per_cylinder;
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddvh.c53 int boot; /* part num of boot, 0=none */ member in struct:_DVHDiskData
58 char name[VDNAMESIZE + 1]; /* boot volumes only */
59 int real_file_size; /* boot volumes only */
119 dvh_disk_data->boot = 0;
281 * If you remove a boot/root/swap partition, the disk->disk_specific
297 if (dvh_disk_data->boot
298 && !ped_disk_get_partition (disk, dvh_disk_data->boot))
299 dvh_disk_data->boot = 0;
389 /* boot partition
[all...]
H A Dpc98.c93 uint8_t mid; /* 0x80 - boot */
121 int boot; member in struct:__anon2268
126 /* this MBR boot code is dummy */
218 /* check boot loader */
221 else if (part_table.boot_code[0]) /* invalid boot loader */
369 pc98_data->boot = GET_BIT(raw_part->mid, 7);
438 SET_BIT(raw_part->mid, 7, pc98_data->boot);
547 pc98_data->boot = 0;
614 /* ext2 partitions must be marked boot */
615 pc98_data->boot
[all...]
H A Dbsd.c59 #define BSD_BBSIZE 8192 /* size of boot area, with label */
118 uint32_t d_bbsize; /* size of boot area at sn0, bytes */
132 int boot; member in struct:__anon2262
156 alpha_bootblock_checksum (char *boot) { argument
160 dp = (uint64_t *)boot;
413 bsd_data->boot = 0;
444 new_bsd_data->boot = old_bsd_data->boot;
491 bsd_data->boot = state;
521 return bsd_data->boot;
[all...]
H A Dgpt.c290 int boot; member in struct:_GPTPartitionData
798 = gpt_part_data->boot = gpt_part_data->hp_service
807 gpt_part_data->boot = 1;
1327 gpt_part_data->boot = 0;
1409 if (gpt_part_data->boot)
1533 gpt_part_data->boot = state;
1548 = gpt_part_data->boot
1557 gpt_part_data->boot
1568 gpt_part_data->boot
1579 gpt_part_data->boot
[all...]
H A Ddos.c38 /* this MBR boot code is loaded into 0000:7c00 by the BIOS. See mbr.s for
164 int boot; member in struct:__anon2266
201 * and ensure that each partition has a boot indicator that is
226 * PC98 has some idiosyncracies with it's boot-loader, it's detection
731 /* first look at the boot partition */
842 dos_data->boot = raw_part->boot_ind != 0;
1036 raw_part->boot_ind = 0x80 * dos_data->boot;
1248 dos_data->boot = 0;
1282 new_dos_data->boot = old_dos_data->boot;
[all...]

Completed in 87 milliseconds