/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/prebuilts/ndk/9/platforms/android-14/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
|
/prebuilts/ndk/9/platforms/android-18/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
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/prebuilts/ndk/9/platforms/android-18/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
|
/prebuilts/ndk/9/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
|
/prebuilts/ndk/9/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
|
/prebuilts/ndk/9/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
|
/prebuilts/ndk/9/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
|
/prebuilts/ndk/9/platforms/android-9/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
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
hdreg.h | 288 unsigned char sectors; member in struct:hd_geometry 350 unsigned short sectors; member in struct:hd_driveid
|
/prebuilts/ndk/9/platforms/android-9/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/hw/ |
pc.c | 207 int cylinders, heads, sectors; local 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); 218 rtc_set_memory(s, info_ofs + 8, sectors); 370 int cylinders, heads, sectors, translation; local 377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, §ors); 378 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) { 533 /* ROM size in sectors*/ [all...] |
/bionic/libc/kernel/common/linux/raid/ |
md_k.h | 185 int (*resize) (mddev_t *mddev, sector_t sectors);
|
/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));
|
/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/strace/ |
block.c | 227 tprintf(", {heads=%hhu, sectors=%hhu, " 229 geo.heads, geo.sectors,
|
/prebuilts/devtools/tools/lib/ |
fat32lib.jar | |
/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.c | 998 /* read the sectors "in place" */ 1045 /* write the sectors "in place" */ 1143 /* return 0 as number of sectors if no device present or error */ 1165 uint32_t nr_sects; /* nr of sectors in partition */ 1173 int ret, i, heads, sectors, cylinders; local 1193 sectors = p->end_sector & 63; 1194 if (sectors == 0) 1196 cylinders = nb_sectors / (heads * sectors); 1200 *psectors = sectors; 1204 cylinders, heads, sectors); [all...] |
/external/qemu/block/ |
qcow2.c | 38 - 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; [all...] |
/external/kernel-headers/original/linux/ |
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...] |