/osnet-11/usr/src/grub/grub2/include/grub/powerpc/ieee1275/ |
H A D | biosdisk.h | 28 unsigned long heads; member in struct:grub_biosdisk_data 40 unsigned long *heads,
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device_io.h | 44 unsigned char heads; member in struct:hd_geometry
|
H A D | layout.h | 60 /*0x0f*/le16 heads; /* Required to boot Windows. */ member in struct:__anon2041
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/ |
H A D | boot.S | 69 heads: label 243 /* save number of heads */ 282 divl 4(%si) /* divide by number of heads */
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | gptsync.c | 44 int sectors = 63, heads = 255, cylinders = 1024; local 47 head = (lba / sectors) % heads; 48 cylinder = lba / (sectors * heads);
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | acorn_filecore.h | 28 grub_uint8_t heads; member in struct:grub_filecore_disc_record
|
H A D | ata.h | 177 grub_uint16_t heads; member in struct:grub_ata
|
/osnet-11/usr/src/grub/grub2/grub-core/partmap/ |
H A D | acorn.c | 67 unsigned int heads; local 86 heads = (boot.disc_record.heads 88 sectors_per_cylinder = boot.disc_record.secspertrack * heads;
|
H A D | amiga.c | 62 grub_uint32_t heads; member in struct:grub_amiga_partition 137 * grub_be_to_cpu32 (apart.heads) 141 * grub_be_to_cpu32 (apart.heads)
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | device.h | 65 int heads; member in struct:_PedCHSGeometry
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | bootsector.h | 81 uint16_t heads; /* 1a: number of heads */ member in struct:_FatBootSector
|
H A D | fat.h | 98 int heads; /* BIOS CHS stuff (H) */ member in struct:_FatSpecific
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/ |
H A D | biosdisk.c | 177 unsigned long *heads, 199 /* the number of heads is counted from zero */ 200 *heads = ((regs.edx >> 8) & 0xff) + 1; 384 total_sectors = drp->cylinders * drp->heads * drp->sectors; 402 &data->heads, 408 data->heads = 255; 411 + data->heads * data->sectors - 1, 412 data->heads * data->sectors, 0); 422 total_sectors = data->cylinders * data->heads * data->sectors; 482 disk->total_sectors = data->cylinders * data->heads * dat 175 grub_biosdisk_get_diskinfo_standard(int drive, unsigned long *cylinders, unsigned long *heads, unsigned long *sectors) argument [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/ |
H A D | biosdisk.h | 40 unsigned long heads; member in struct:grub_biosdisk_data 51 grub_uint32_t heads; member in struct:grub_biosdisk_drp 95 grub_uint8_t heads; member in struct:grub_biosdisk_cdrp
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | deviceiter.c | 58 unsigned char heads; member in struct:hd_geometry
|
/osnet-11/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 73 heads: label 255 /* save number of heads */ 292 divl 4(%si) /* divide by number of heads */
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | bios.c | 34 unsigned long *heads, 39 unsigned long *heads, 102 * geometry->heads 117 head_offset = head % geometry->heads; 118 cylinder_offset = head / geometry->heads; 149 unsigned char heads; 164 geometry->heads = 1; 176 geometry->heads = cdrp.heads; 180 * geometry->heads 147 unsigned char heads; member in struct:iso_spec_packet 237 unsigned long heads; member in struct:drive_parameters [all...] |
H A D | fat.h | 49 __u16 heads; /* number of heads */ member in struct:fat_bpb
|
H A D | shared.h | 697 /* The number of heads */ 698 unsigned long heads; member in struct:geometry
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2.h | 67 struct ext2_buffer_head *heads; member in struct:ext2_buffer_cache
|
/osnet-11/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 52 unsigned char heads; member in struct:hd_geometry 169 geom->heads = hdg.heads; 198 geom->heads = tmp; 200 geom->heads = 1; 202 geom->heads = 16; 204 geom->heads = 255; 207 / geom->heads 222 geom->heads = hdg.d_ntracks; 237 geom->heads [all...] |
/osnet-11/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 1166 uint32_t heads = epp->disk_geom.virt_heads; local 1169 if (lba >= heads * sectors * MAX_CYL) { 1178 cy = lba / sectors / heads; 1179 hd = lba / sectors % heads; 1192 if (lba >= heads * sectors * MAX_CYL) { 1197 cy = lba / sectors / heads; 1198 hd = lba / sectors % heads;
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | hostdisk.c | 66 unsigned char heads; member in struct:hd_geometry
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | dos.c | 360 return (c * bios_geom->heads + h) * bios_geom->sectors + s; 375 real_c = sector / (bios_geom->heads * bios_geom->sectors); 376 real_h = (sector / bios_geom->sectors) % bios_geom->heads; 381 real_h = bios_geom->heads - 1; 483 int heads; local 514 heads = buf[0x1a] + (buf[0x1b] << 8); 518 if (heads > 255 || heads < 1) 522 bios_geom->heads = heads; 575 PedSector cylinders, heads, sectors; local [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | mkntfs.c | 186 long heads; /* -H, number of heads on device */ member in struct:mkntfs_options 227 " -H, --heads NUM Specify the number of heads\n" 330 opts2->heads = -1; 350 { "heads", required_argument, NULL, 'H' }, 407 if (!mkntfs_parse_long(optarg, "heads", &opts2->heads)) 3263 /* If user didn't specify the number of heads, determine it now. */ 3264 if (opts.heads < [all...] |