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

1 2 3 4 5

  /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);
disk_io.c 140 rawread (int drive, int sector, int byte_offset, int byte_len, char *buf)
169 /* Make sure that SECTOR is valid. */
170 if (sector < 0 || sector >= buf_geom.total_sectors)
185 /* Get the first sector of track. */
186 soff = sector % sectors_per_vtrack;
187 track = sector - soff;
203 read_start = sector;
220 * required sector(s) rather than failing completely.
224 sector, slen, BUFFERSEG)
    [all...]
bios.c 45 /* Read/write NSEC sectors starting from SECTOR in DRIVE disk with GEOMETRY
52 int sector, int nsec, int segment)
71 if (sector >= geometry->total_sectors)
78 dap.block = sector;
98 return biosdisk (read, drive, geometry, sector, nsec, segment);
110 sector_offset = sector % geometry->sectors + 1;
111 head = sector / geometry->sectors;
  /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,
  /prebuilt/linux-x86/toolchain/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
  /bionic/libc/kernel/common/linux/
genhd.h 45 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);
trace_complete.c 38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1);
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
88 q_iop->c_sec = c_iop->t.sector;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
genhd.h 45 unsigned char sector; member in struct:partition
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 35 * <p>MIFARE Classic tags are divided into sectors, and each sector is sub-divided into
36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies.
45 * <p>MIFARE Classic tags require authentication on a per-sector basis before any
46 * other I/O operations on that sector can be performed. There are two keys per sector,
47 * and ACL bits determine what I/O operations are allowed on that sector after
266 * Return the number of blocks in the given sector.
269 * @param sectorIndex index of sector, starting from 0
270 * @return number of blocks in the sector
283 * Return the sector that contains a given block
    [all...]
  /external/blktrace/btreplay/
btrecord.h 42 * @sector: Sector number of IO
47 __u64 sector; member in struct:io_pkt
  /external/kernel-headers/original/linux/raid/
md.h 89 sector_t sector, int size, struct page *page);
91 extern int sync_page_io(struct block_device *bdev, sector_t sector, int size,
  /external/blktrace/
blkparse_fmt.c 228 fprintf(ofp, strcat(format, "lu"), t->sector);
324 (unsigned long long) t->sector,
328 (unsigned long long) t->sector,
333 (unsigned long long) t->sector,
337 (unsigned long long) t->sector,
358 (unsigned long long) t->sector,
366 (unsigned long long) t->sector,
380 (unsigned long long) t->sector, t_sec(t), name);
397 (unsigned long long) t->sector, t_sec(t),
403 fprintf(ofp, "%llu / %u [%s]\n", (unsigned long long) t->sector,
    [all...]

Completed in 2190 milliseconds

1 2 3 4 5