Searched refs:sectors (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c56 /* Nr of sectors provided via command line parameter. */
58 /* Nr of sectors.
340 /* The root data structure is an array of sectors. The index of the
352 static Sector sectors[MAX_N_SECTORS]; variable
445 Sector* s = &sectors[sNo];
646 hx->start, hx->len, (int)(sec - sectors), \
681 return False; /* run out of sectors to search */
683 Sector* sec = &sectors[sno];
731 break; /* run out of sectors to search */
732 if ((UChar*)hcode >= (UChar*)sectors[sn
[all...]
/external/blktrace/btt/
H A Dseek.c26 long long sectors; member in struct:seek_bkt
62 static void __insert(struct rb_root *root, long long sectors) argument
71 if (sectors < sbp->sectors)
73 else if (sectors > sbp->sectors)
83 sbp->sectors = sectors;
145 *rvp = sbp->sectors;
181 mp->modes[mp->nmds++] = sbp->sectors;
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_blk.h52 /* The capacity (in 512-byte sectors). */
62 __u8 sectors; member in struct:virtio_blk_config::virtio_blk_geometry
H A Dmsdos_fs.h115 __u8 sec_per_clus; /* sectors/cluster */
116 __le16 reserved; /* reserved sectors */
119 __u8 sectors[2]; /* number of sectors */ member in struct:fat_boot_sector
121 __le16 fat_length; /* sectors/FAT */
122 __le16 secs_track; /* sectors per track */
124 __le32 hidden; /* hidden sectors (unused) */
125 __le32 total_sect; /* number of sectors (if sectors == 0) */
142 __le32 length; /* sectors/FA
[all...]
H A Dhdreg.h217 #define WIN_MULTREAD 0xC4 /* read sectors using multiple mode*/
218 #define WIN_MULTWRITE 0xC5 /* write sectors using multiple mode */
220 #define WIN_READDMA_QUEUED 0xC7 /* read sectors using Queued DMA transfers */
221 #define WIN_READDMA 0xC8 /* read sectors using DMA transfers */
223 #define WIN_WRITEDMA 0xCA /* write sectors using DMA transfers */
225 #define WIN_WRITEDMA_QUEUED 0xCC /* write sectors using Queued DMA transfers */
325 unsigned char sectors; member in struct:hd_geometry
405 unsigned short sectors; /* Obsolete, "physical" sectors per track */ member in struct:hd_driveid
439 unsigned short cur_sectors; /* Obsolete, l sectors pe
[all...]
H A Dbcache.h20 /* Btree keys - all units are in sectors */
154 #define BDEV_DATA_START_DEFAULT 16 /* sectors */
179 __u16 block_size; /* sectors */
180 __u16 bucket_size; /* sectors */
326 __u64 sectors; member in struct:uuid_entry::__anon22883::__anon22884
/external/fio/
H A Ddiskutil.h11 uint64_t sectors[2]; member in struct:disk_util_stats
29 uint64_t sectors[2]; member in struct:disk_util_agg
H A Ddiskutil.c45 unsigned long long sectors[2]; local
67 &dus->s.merges[0], &sectors[0],
69 &dus->s.merges[1], &sectors[1],
75 dus->s.sectors[0] = sectors[0];
76 dus->s.sectors[1] = sectors[1];
93 dus->s.sectors[0] += (__dus.s.sectors[0] - ldus->s.sectors[
[all...]
H A Dclient.c895 agg->sectors[i] = le64_to_cpu(agg->sectors[i]);
912 dus->s.sectors[i] = le64_to_cpu(dus->s.sectors[i]);
H A Dserver.c1093 dst->sectors[i] = cpu_to_le64(src->sectors[i]);
1113 dst->s.sectors[i] = cpu_to_le64(src->s.sectors[i]);
H A Dgclient.c202 entry_set_int_value(entry, p->dus.s.sectors[0]);
215 entry_set_int_value(entry, p->dus.s.sectors[1]);
/external/e2fsprogs/misc/
H A Dpartinfo.c72 loc.heads, (int)loc.sectors, loc.cylinders,
/external/qemu-pc-bios/bochs/bios/
H A Dnotes10 out 1f2, AL # number of sectors
17 out 1f7, 0x20 # read sectors command normal
32 reads sectors into sector buffer
H A Drombios.c103 // - f04 (verify sectors) isn't complete (?)
631 Bit16u spt; // # sectors / track
669 Bit32u sectors_low; // Total sectors count
689 // Count of transferred sectors and bytes
2849 // 4 : no sectors left to read/verify
2850 // 5 : more sectors to read/verify
2851 // 6 : no sectors left to write
2852 // 7 : more sectors to write
2973 BX_DEBUG_ATA("ata_cmd_data_in : no sectors left (status %02x)\n", (unsigned) status);
2981 BX_DEBUG_ATA("ata_cmd_data_in : more sectors lef
3458 Bit32u sectors; local
[all...]
/external/qemu/hw/i386/
H A Dpc.c200 int cylinders, heads, sectors; local
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
211 rtc_set_memory(s, info_ofs + 8, sectors);
363 int cylinders, heads, sectors, translation; local
370 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
371 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) {
527 /* ROM size in sectors*/
/external/strace/
H A Dblock.c222 tprintf(", {heads=%u, sectors=%u, "
225 (unsigned)geo.sectors,
/external/qemu/
H A Dblock.c1000 /* read the sectors "in place" */
1047 /* write the sectors "in place" */
1145 /* return 0 as number of sectors if no device present or error */
1167 uint32_t nr_sects; /* nr of sectors in partition */
1175 int ret, i, heads, sectors, cylinders; local
1195 sectors = p->end_sector & 63;
1196 if (sectors == 0)
1198 cylinders = nb_sectors / (heads * sectors);
1202 *psectors = sectors;
1206 cylinders, heads, sectors);
[all...]
/external/qemu/block/
H A Dqcow2.c38 - Size of compressed clusters is stored in sectors to reduce bit usage
335 int cur_nr_sectors; /* number of sectors in current iteration */
1047 uint64_t sectors = 0; local
1055 sectors = options->value.n / 512;
1086 return qcow_create2(filename, sectors, backing_file, backing_fmt, flags,
1147 /* XXX: put compressed sectors first, then all the cluster aligned
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp93 --num-transtab-sectors=<number> size of translated code cache [16]
94 more sectors may increase performance, but use more memory.
H A Dcmdline2.stdout.exp93 --num-transtab-sectors=<number> size of translated code cache [16]
94 more sectors may increase performance, but use more memory.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex61 sector number and IO size (number of sectors). Using this information,
102 \item[IO size] The same number of sectors are transferred.
/external/blktrace/btt/doc/
H A Dbtt.tex259 the block IO layer in adjacent sectors. (Obviously, the higher this
722 sectors from the previous IO in column 2 (Y values). Here is a snippet
/external/valgrind/main/include/vki/
H A Dvki-linux.h1731 #define VKI_BLKSECTGET _VKI_IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */
2041 unsigned char sectors; member in struct:vki_hd_geometry

Completed in 1392 milliseconds