HomeSort by relevance Sort by last modified time
    Searched refs:sector (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/grub/stage2/
stage1_5.c 25 disk_read_savesect_func (int sector, int offset, int length)
27 saved_sector = sector;
50 grub_printf ("internal error: the second sector of Stage 2 is unknown.");
fsys_iso9660.c 69 iso9660_devread (int sector, int byte_offset, int byte_len, char *buf)
76 if (sector < 0)
84 sector += (byte_offset >> sector_size_lg2);
87 : "=r"(sector)
89 "0"(sector));
93 printf ("<%d, %d, %d>", sector, byte_offset, byte_len);
96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
102 unsigned int sector; local
117 for (sector = 16 ; sector < 32 ; sector++
410 int sector, blkoffset, size, ret; local
    [all...]
fsys_vstafs.c 27 static void get_file_info (int sector);
28 static struct dir_entry *vstafs_readdir (long sector);
39 * In f_sector we store the sector number in which the information about
60 get_file_info (int sector)
62 devread (sector, 0, BLOCK_SIZE, (char *) FILE_INFO);
69 vstafs_readdir (long sector)
74 get_file_info (sector);
  /external/qemu/
dma.h 36 QEMUSGList *sg, uint64_t sector,
39 QEMUSGList *sg, uint64_t sector,
  /external/qemu-pc-bios/bochs/bios/
notes 2 # Read Disk Sector #
11 out 1f3, cl (bits 0-5) # starting sector number
32 reads sectors into sector buffer
33 > when sector buffer is filled and the data is ready to be
36 > on a single-sector transfer, after the system has transferred
38 > on a multiple-sector transfer, after the system has transferred
39 the first sector of data, the drive sets the data-request bit to 0,
40 and the busy bit to 1. When each subsequent sector is ready to be
42 and generates an interrupt. When the system has tranferred the last sector,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_blk.h 40 /* Sector (ie. 512 byte offset) */
41 __u64 sector; member in struct:virtio_blk_outhdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 40 /* Sector (ie. 512 byte offset) */
41 __u64 sector; member in struct:virtio_blk_outhdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 40 /* Sector (ie. 512 byte offset) */
41 __u64 sector; member in struct:virtio_blk_outhdr
  /external/stressapptest/src/
disk_blocks.cc 182 int64 sector = 0; local
190 "for sector data for disk %s.\n", device_name_.c_str());
198 // Align the first sector with the beginning of a write block
205 // sector in the block from.
208 sector = (Random64() & 0x7FFFFFFFFFFFFFFFLL) % (
210 sector *= num_sectors;
212 sector = (Random64() & 0x7FFFFFFFFFFFFFFFLL) % (
214 sector *= num_sectors;
215 sector += segment * segment_size_;
218 if (sector + num_sectors > (segment + 1) * segment_size_)
    [all...]
  /bionic/libc/kernel/common/linux/
genhd.h 50 unsigned char sector; member in struct:partition
  /development/ndk/platforms/android-3/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /external/blktrace/btt/
trace_im.c 29 q_iop = dip_find_sec(g_iop->dip, IOP_Q, g_iop->t.sector);
40 struct io *q_iop = dip_find_sec(s_iop->dip, IOP_Q, s_iop->t.sector);
48 struct io *q_iop = dip_find_sec(i_iop->dip, IOP_Q, i_iop->t.sector);
63 q_iop = dip_find_sec(m_iop->dip, IOP_Q, m_iop->t.sector);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 910