HomeSort by relevance Sort by last modified time
    Searched refs:heads (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
hdreg.h 287 unsigned char heads; member in struct:hd_geometry
347 unsigned short heads; member in struct:hd_driveid
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
hdreg.h 287 unsigned char heads; member in struct:hd_geometry
347 unsigned short heads; member in struct:hd_driveid
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
hdreg.h 287 unsigned char heads; member in struct:hd_geometry
347 unsigned short heads; member in struct:hd_driveid
  /external/qemu/hw/
scsi-disk.c 626 int cylinders, heads, secs; local
632 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
636 p[5] = heads & 0xff;
657 int cylinders, heads, secs; local
666 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
667 p[4] = heads & 0xff;
  /external/qemu/
block.c 1173 int ret, i, heads, sectors, cylinders; local
1192 heads = p->end_head + 1;
1196 cylinders = nb_sectors / (heads * sectors);
1199 *pheads = heads;
1204 cylinders, heads, sectors);
1215 int cylinders, heads, secs; local
1220 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1224 *pheads = heads;
1227 if (guess_disk_lchs(bs, &cylinders, &heads, &secs) == 0)
    [all...]
vl-android.c 1037 int cyls, heads, secs, translation; local
1048 "cyls", "heads", "secs", "trans",
1060 cyls = heads = secs = 0;
1140 if (get_param_value(buf, sizeof(buf), "heads", str)) {
1141 heads = strtol(buf, NULL, 0);
1148 if (cyls || heads || secs) {
1153 if (heads < 1 || heads > 16) {
1154 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", str);
1166 "qemu: '%s' trans must be used with cyls,heads and secs\n"
2537 int cyls, heads, secs, translation; local
    [all...]
vl.c 840 int cyls, heads, secs, translation; local
851 "cyls", "heads", "secs", "trans",
863 cyls = heads = secs = 0;
943 if (get_param_value(buf, sizeof(buf), "heads", str)) {
944 heads = strtol(buf, NULL, 0);
951 if (cyls || heads || secs) {
956 if (heads < 1 || heads > 16) {
957 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", str);
969 "qemu: '%s' trans must be used with cyls,heads and secs\n"
2072 int cyls, heads, secs, translation; local
    [all...]
block_int.h 193 int cyls, heads, secs, translation; member in struct:BlockDriverState
block.h 163 int cyls, int heads, int secs);
  /external/linux-tools-perf/util/
evlist.c 37 INIT_HLIST_HEAD(&evlist->heads[i]);
126 hlist_add_head(&sid->node, &evlist->heads[hash]);
167 head = &evlist->heads[hash];
  /external/grub/stage1/
stage1.S 73 heads: label
255 /* save number of heads */
292 divl 4(%si) /* divide by number of heads */
  /external/grub/stage2/
common.c 284 info->drive_heads = geom.heads;
  /external/strace/
block.c 227 tprintf(", {heads=%hhu, sectors=%hhu, "
229 geo.heads, geo.sectors,
  /system/extras/fatblock/
fs.c 194 bs->heads = htole16(42);
  /system/core/toolbox/
newfs_msdos.c 121 u_int8_t hds[2]; /* drive heads */
165 u_int hds; /* drive heads */
331 opt_h = argto2(optarg, 1, "drive heads");
804 geom.heads = 64;
808 if (!geom.heads) {
809 printf("Bogus heads from kernel - setting sane value\n");
810 geom.heads = 64;
821 bpb->hds = geom.heads;
822 ckgeom(fname, bpb->hds, "drive heads");
859 dlp.d_ntracks = type.heads;
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 629 Bit16u heads; // # heads member in struct:__anon14050
758 Bit32u heads; member in struct:__anon14058
2572 Bit16u cylinders, heads, spt, blksize; local
5809 Bit16u cylinders, heads, spt, blksize; local
8806 ;; 1d heads 2 local
8809 ;; 20 retries\/bad map\/heads>8 8 local
8910 mov (0x003d + 0x02), cl ;; number of physical heads local
8952 ;; 0x26 heads 2 local
8955 ;; 0x29 heads>8 8 local
9054 mov (0x004d + 0x02), cl ;; number of physical heads local
    [all...]
  /external/blktrace/
blktrace.c 107 struct tracer_devpath_head *heads; member in struct:devpath
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1142 free(dpp->heads);
1158 dpp->heads = calloc(ncpus, sizeof(struct tracer_devpath_head));
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu];
1246 if (dpp->heads)
1396 struct tracer_devpath_head *hd = dpp->heads;
    [all...]
  /external/blktrace/btt/
globals.h 132 void *heads; member in struct:d_info
inlines.h 287 struct rb_root *roots = dip->heads;
  /external/chromium/net/tools/dump_cache/
dump_files.cc 69 printf("head %d: 0x%x\n", i, header.lru.heads[i]);
  /external/kernel-headers/original/linux/
msdos_fs.h 126 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 47 struct bitmap_head_def *heads; member in struct:bitmap_obstack

Completed in 814 milliseconds

1 2 3 4 56 7