/external/kernel-headers/original/linux/ |
hdreg.h | 19 #define HD_NSECTOR 0x1f2 /* nr of sectors to read/write */ 228 #define CFA_WRITE_SECT_WO_ERASE 0x38 /* CFA Write Sectors without erase */ 237 #define WIN_VERIFY 0x40 /* 28-Bit - Read Verify Sectors */ 270 #define WIN_MULTREAD 0xC4 /* read sectors using multiple mode*/ 271 #define WIN_MULTWRITE 0xC5 /* write sectors using multiple mode */ 273 #define WIN_READDMA_QUEUED 0xC7 /* read sectors using Queued DMA transfers */ 274 #define WIN_READDMA 0xC8 /* read sectors using DMA transfers */ 276 #define WIN_WRITEDMA 0xCA /* write sectors using DMA transfers */ 278 #define WIN_WRITEDMA_QUEUED 0xCC /* write sectors using Queued DMA transfers */ 377 unsigned char sectors; member in struct:hd_geometry 454 unsigned short sectors; \/* Obsolete, "physical" sectors per track *\/ member in struct:hd_driveid [all...] |
msdos_fs.h | 118 __u8 sec_per_clus; /* sectors/cluster */ 119 __le16 reserved; /* reserved sectors */ 122 __u8 sectors[2]; /* number of sectors */ member in struct:fat_boot_sector 124 __le16 fat_length; /* sectors/FAT */ 125 __le16 secs_track; /* sectors per track */ 127 __le32 hidden; /* hidden sectors (unused) */ 128 __le32 total_sect; /* number of sectors (if sectors == 0) */ 131 __le32 fat32_length; /* sectors/FAT * [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/external/qemu/ |
block.c | 643 /* read the sectors "in place" */ 689 /* write the sectors "in place" */ 739 /* return 0 as number of sectors if no device present or error */ 761 uint32_t nr_sects; /* nr of sectors in partition */ 769 int ret, i, heads, sectors, cylinders; local 789 sectors = p->end_sector & 63; 790 if (sectors == 0) 792 cylinders = nb_sectors / (heads * sectors); 796 *psectors = sectors; 800 cylinders, heads, sectors); [all...] |
/external/grub/stage2/ |
common.c | 79 [ERR_NO_DISK_SPACE] = "No spare sectors on the disk", 285 info->drive_sectors = geom.sectors;
|
disk_io.c | 180 if ((buf_geom.sectors << sector_size_bits) > BUFFERLEN) 183 sectors_per_vtrack = buf_geom.sectors; 260 * Instrumentation to tell which sectors were read and used. 358 if (sector - sector % buf_geom.sectors == buf_track) [all...] |
builtins.c | 1148 grub_printf (" %d sectors are embedded.\n", size); 1159 "Embed the Stage 1.5 STAGE1_5 in the sectors after MBR if DEVICE" 1161 " Print the number of sectors which STAGE1_5 occupies if successful." 1405 disks[current_drive].sectors = num_sector; 1429 "The number of sectors = %d, %s\n", 1431 geom.cylinders, geom.heads, geom.sectors, 1446 " the one of the heads, the one of the sectors and the one of the total" 1447 " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR," [all...] |
boot.c | 950 /* FIXME: If HEADS or SECTORS is greater than 255, then this will 955 + (geom.sectors & 0xff));
|
shared.h | 394 unsigned char setup_sects; /* The size of the setup in sectors */ 638 DOS/Partition table compatibility, and the real number of sectors is 646 /* The number of sectors */ 647 unsigned long sectors; member in struct:geometry 648 /* The total number of sectors */
|
/external/kernel-headers/original/linux/raid/ |
md_k.h | 158 sector_t resync_mismatches; /* count of sectors where 276 int (*resize) (mddev_t *mddev, sector_t sectors);
|
/external/quake/quake/src/QW/client/ |
cd_audio.c | 79 int sectors; member in struct:playAudioRequest 547 cdRequest->x.playAudio.sectors = cd.track[track].length;
|
/external/quake/quake/src/WinQuake/ |
cd_audio.cpp | 101 int sectors;
member in struct:playAudioRequest 550 cdRequest->x.playAudio.sectors = cd.track[track].length;
|
/system/core/toolbox/ |
newfs_msdos.c | 67 #define MAXSPC 128 /* maximum sectors per cluster */ 113 u_int8_t spc; /* sectors per cluster */ 114 u_int8_t res[2]; /* reserved sectors */ 117 u_int8_t sec[2]; /* total sectors */ 119 u_int8_t spf[2]; /* sectors per FAT */ 120 u_int8_t spt[2]; /* sectors per track */ 122 u_int8_t hid[4]; /* hidden sectors */ 123 u_int8_t bsec[4]; /* big total sectors */ 127 u_int8_t bspf[4]; /* big sectors per FAT */ 157 u_int spc; /* sectors per cluster * [all...] |
/external/qemu/block/ |
qcow2.c | 38 - Size of compressed clusters is stored in sectors to reduce bit usage 783 uint64_t sectors = 0; local 790 sectors = options->value.n / 512; 805 return qcow_create2(filename, sectors, backing_file, backing_fmt, flags, 829 /* XXX: put compressed sectors first, then all the cluster aligned
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 61 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/ |
btt.tex | 259 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 [all...] |