Searched defs:heads (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/powerpc/ieee1275/
H A Dbiosdisk.h28 unsigned long heads; member in struct:grub_biosdisk_data
40 unsigned long *heads,
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice_io.h44 unsigned char heads; member in struct:hd_geometry
H A Dlayout.h60 /*0x0f*/le16 heads; /* Required to boot Windows. */ member in struct:__anon2041
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S69 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 Dgptsync.c44 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 Dacorn_filecore.h28 grub_uint8_t heads; member in struct:grub_filecore_disc_record
H A Data.h177 grub_uint16_t heads; member in struct:grub_ata
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dacorn.c67 unsigned int heads; local
86 heads = (boot.disc_record.heads
88 sectors_per_cylinder = boot.disc_record.secspertrack * heads;
H A Damiga.c62 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 Ddevice.h65 int heads; member in struct:_PedCHSGeometry
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.h81 uint16_t heads; /* 1a: number of heads */ member in struct:_FatBootSector
H A Dfat.h98 int heads; /* BIOS CHS stuff (H) */ member in struct:_FatSpecific
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c177 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 Dbiosdisk.h40 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 Ddeviceiter.c58 unsigned char heads; member in struct:hd_geometry
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S73 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 Dbios.c34 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 Dfat.h49 __u16 heads; /* number of heads */ member in struct:fat_bpb
H A Dshared.h697 /* The number of heads */
698 unsigned long heads; member in struct:geometry
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h67 struct ext2_buffer_head *heads; member in struct:ext2_buffer_cache
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c52 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 Dlibfdisk.c1166 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 Dhostdisk.c66 unsigned char heads; member in struct:hd_geometry
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c360 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 Dmkntfs.c186 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...]

Completed in 82 milliseconds