Searched refs:cylinders (Results 1 - 19 of 19) sorted by relevance

/external/grub/stage2/
H A Dbios.c33 unsigned long *cylinders,
38 unsigned long *cylinders,
95 geometry->total_sectors = (geometry->cylinders
115 if (cylinder_offset >= geometry->cylinders)
142 unsigned char cylinders;
158 geometry->cylinders = 0;
168 geometry->cylinders
169 = ((unsigned int) cdrp.cylinders
174 geometry->total_sectors = (geometry->cylinders
214 unsigned long cylinders;
140 unsigned char cylinders; member in struct:iso_spec_packet
212 unsigned long cylinders; member in struct:drive_parameters
[all...]
H A Dcommon.c283 info->drive_cylinders = geom.cylinders;
H A Dboot.c953 bi.bi_bios_geom[i] = (((geom.cylinders - 1) << 16)
H A Dbuiltins.c1403 disks[current_drive].cylinders = num_cylinder;
1431 geom.cylinders, geom.heads, geom.sectors,
1445 " set the geometry of the drive arbitrarily. The number of the cylinders,"
2805 if (cylinder >= buf_geom.cylinders)
2806 cylinder = buf_geom.cylinders - 1;
H A Dshared.h642 /* The number of cylinders */
643 unsigned long cylinders; member in struct:geometry
/external/grub/util/
H A Dmkbimage40 cylinders=
296 # Create the minimum number of cylinders. At the moment, we leave
299 cylinders=$(($file_size / $cyl_size + 2));;
304 cylinders=80;;
309 cylinders=80;;
314 cylinders=80;
320 cylinders=80;;
325 cylinders=83;;
330 cylinders=80;;
337 # cylinders o
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnftl.h29 unsigned short cylinders; member in struct:NFTLrecord
/external/qemu/hw/
H A Dscsi-disk.c626 int cylinders, heads, secs; local
632 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
633 p[2] = (cylinders >> 16) & 0xff;
634 p[3] = (cylinders >> 8) & 0xff;
635 p[4] = cylinders & 0xff;
638 p[6] = (cylinders >> 16) & 0xff;
639 p[7] = (cylinders >> 8) & 0xff;
640 p[8] = cylinders & 0xff;
642 p[9] = (cylinders >> 16) & 0xff;
643 p[10] = (cylinders >>
657 int cylinders, heads, secs; local
[all...]
H A Dpc.c207 int cylinders, heads, sectors; local
208 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
210 rtc_set_memory(s, info_ofs, cylinders);
211 rtc_set_memory(s, info_ofs + 1, cylinders >> 8);
216 rtc_set_memory(s, info_ofs + 6, cylinders);
217 rtc_set_memory(s, info_ofs + 7, cylinders >> 8);
370 int cylinders, heads, sectors, translation; local
373 <= heads <= 16, 1 <= cylinders <= 16383. The BIOS
377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
378 if (cylinders <
[all...]
/external/e2fsprogs/misc/
H A Dpartinfo.c71 loc.heads, (int)loc.sectors, loc.cylinders,
/external/grub/lib/
H A Ddevice.c54 unsigned short cylinders; member in struct:hd_geometry
164 geom->cylinders = hdg.cylinders;
202 geom->cylinders = (geom->total_sectors
217 geom->cylinders = hdg.d_ncylinders;
239 geom->cylinders = DEFAULT_HD_CYLINDERS;
245 geom->cylinders = DEFAULT_FD_CYLINDERS;
254 geom->total_sectors = geom->cylinders * geom->heads * geom->sectors;
/external/qemu/block/
H A Dparallels.c41 uint32_t cylinders; member in struct:parallels_header
H A Dvmdk.c41 uint32_t cylinders; member in struct:__anon10349
686 "ddb.geometry.cylinders = \"%" PRId64 "\"\n"
/external/qemu/
H A Dblock.c1173 int ret, i, heads, sectors, cylinders; local
1196 cylinders = nb_sectors / (heads * sectors);
1197 if (cylinders < 1 || cylinders > 16383)
1201 *pcylinders = cylinders;
1204 cylinders, heads, sectors);
1215 int cylinders, heads, secs; local
1220 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1222 if (cylinders != 0) {
1223 *pcyls = cylinders;
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c630 Bit16u cylinders; // # cylinders member in struct:__anon11245
757 Bit32u cylinders; member in struct:__anon11253
2402 write_word(ebda_seg,&EbdaData->ata.devices[device].lchs.cylinders,0);
2405 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.cylinders,0);
2572 Bit16u cylinders, heads, spt, blksize; local
2586 cylinders = read_word(get_SS(),buffer+(1*2)); // word 1
2603 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.cylinders, cylinders);
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, head
5809 Bit16u cylinders, heads, spt, blksize; local
6837 Bit16u cylinders; local
[all...]
/external/grub/stage1/
H A Dstage1.S75 cylinders: label
267 /* save number of cylinders */
300 /* do we need too many cylinders? */
/external/strace/
H A Dblock.c228 "cylinders=%hu, start=%lu}",
230 geo.cylinders, geo.start);
/external/kernel-headers/original/linux/
H A Dhdreg.h378 unsigned short cylinders; member in struct:hd_geometry
486 unsigned short cur_cyls; /* Obsolete, logical cylinders */
/external/valgrind/main/include/vki/
H A Dvki-linux.h1950 unsigned short cylinders; member in struct:vki_hd_geometry

Completed in 645 milliseconds