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

/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h13 __u8 heads; member in struct:adfs_discrecord
H A Dvirtio_blk.h61 __u8 heads; member in struct:virtio_blk_config::virtio_blk_geometry
H A Dmsdos_fs.h123 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
H A Dhdreg.h324 unsigned char heads; member in struct:hd_geometry
402 unsigned short heads; /* Obsolete, "physical" heads */ member in struct:hd_driveid
438 unsigned short cur_heads; /* Obsolete, l heads */
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h62 CacheAddr heads[5]; member in struct:disk_cache::LruData
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h50 unsigned short heads; member in struct:__anon20465
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.h29 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE]; member in struct:perf_evlist
/external/qemu/
H A Dblockdev.c144 int cyls, heads, secs, translation; local
177 heads = qemu_opt_get_number(opts, "heads", 0);
221 if (cyls || heads || secs) {
226 if (heads < 1 || (type == IF_IDE && heads > 16)) {
227 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, sec
[all...]
H A Dblock.c1175 int ret, i, heads, sectors, cylinders; local
1194 heads = p->end_head + 1;
1198 cylinders = nb_sectors / (heads * sectors);
1201 *pheads = heads;
1206 cylinders, heads, sectors);
1217 int cylinders, heads, secs; local
1222 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1226 *pheads = heads;
1229 if (guess_disk_lchs(bs, &cylinders, &heads, &secs) == 0) {
1230 if (heads > 1
1273 bdrv_set_geometry_hint(BlockDriverState *bs, int cyls, int heads, int secs) argument
[all...]
H A Dvl-android.c739 int cyls, heads, secs, translation; local
750 "cyls", "heads", "secs", "trans",
762 cyls = heads = secs = 0;
842 if (get_param_value(buf, sizeof(buf), "heads", str)) {
843 heads = strtol(buf, NULL, 0);
850 if (cyls || heads || secs) {
855 if (heads < 1 || heads > 16) {
856 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", str);
868 "qemu: '%s' trans must be used with cyls,heads an
2127 int cyls, heads, secs, translation; local
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen.cc561 std::set<BasicBlock*> heads; local
577 heads.insert(iter->second);
602 if (heads.empty()) {
610 first_block = *heads.begin();
611 heads.erase(heads.begin());
/external/lzma/C/
H A DLzFindMt.c136 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
138 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
196 UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; local
198 heads[0] = 2;
199 heads[1] = num;
205 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
206 heads[0] += num;
/external/blktrace/btt/
H A Dglobals.h132 void *heads; member in struct:d_info
/external/qemu/include/block/
H A Dblock_int.h193 int cyls, heads, secs, translation; member in struct:BlockDriverState
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h281 struct hlist_head heads[SWEVENT_HLIST_SIZE]; member in struct:swevent_hlist
/external/qemu/hw/i386/
H A Dpc.c200 int cylinders, heads, sectors; local
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
205 rtc_set_memory(s, info_ofs + 2, heads);
208 rtc_set_memory(s, info_ofs + 5, 0xc0 | ((heads > 8) << 3));
363 int cylinders, heads, sectors, translation; local
366 <= heads <= 16, 1 <= cylinders <= 16383. The BIOS
370 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
371 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) {
/external/blktrace/
H A Dblktrace.c107 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;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c629 Bit16u heads; // # heads member in struct:__anon30263
758 Bit32u heads; member in struct:__anon30271
2401 write_word(ebda_seg,&EbdaData->ata.devices[device].lchs.heads,0);
2404 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.heads,0);
2572 Bit16u cylinders, heads, spt, blksize; local
2587 heads = read_word(get_SS(),buffer+(3*2)); // word 3
2602 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.heads, heads);
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, heads, sp
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/valgrind/main/include/vki/
H A Dvki-linux.h2040 unsigned char heads; member in struct:vki_hd_geometry

Completed in 973 milliseconds