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

/barrelfish-2018-10-04/usr/arrakismon/
H A Dhdd.c42 // set the sectors per track
43 hdd->sectors = 63;
46 hdd->track_size = hdd->sectors * BLOCK_SIZE;
77 uint8_t *sectors)
81 *sectors = hdd->sectors;
76 hdd_get_geometry_chs(struct hdd *hdd, uint16_t *cylinders, uint8_t *heads, uint8_t *sectors) argument
H A Dhdd.h24 uint8_t sectors; member in struct:hdd
32 uint8_t *sectors);
H A Dguest.c1475 uint32_t sectors; member in struct:drive_params
1498 drp->sectors = 0;
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dhdd.c42 // set the sectors per track
43 hdd->sectors = 63;
46 hdd->track_size = hdd->sectors * BLOCK_SIZE;
77 uint8_t *sectors)
81 *sectors = hdd->sectors;
76 hdd_get_geometry_chs(struct hdd *hdd, uint16_t *cylinders, uint8_t *heads, uint8_t *sectors) argument
H A Dhdd.h24 uint8_t sectors; member in struct:hdd
32 uint8_t *sectors);
H A Dguest.c1797 uint32_t sectors; member in struct:drive_params
1835 drp->sectors = 0;
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dsata_fis.c14 void sata_h2d_fis_new(struct sata_fis_reg_h2d* fis, uint8_t command, uint64_t lba, uint16_t sectors) argument
19 sata_h2d_set_count(fis, sectors);
H A Dsata_fis.h86 void sata_h2d_fis_new(struct sata_fis_reg_h2d* fis, uint8_t command, uint64_t lba, uint16_t sectors);
H A Dahci_port.c142 uint16_t sectors = length / 512; local
146 sata_h2d_fis_new(&fis, command, block, sectors);
188 uint16_t sectors = buffer->bytes / 512; local
192 sata_h2d_fis_new(&fis, command, block, sectors);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_ata.c222 size_t sectors = ata_identify_tnuas48_rd(&identify); local
224 VFS_BLK_DEBUG("Disk %" PRIu8 " has %zd sectors of %zd bytes\n",
225 port_ids[i], sectors, sector_size);
232 newentry->size = sectors * sector_size;
H A Dvfs_blockdevfs_ahci.c124 sata_set_count(&fis, 0); /* nr. of sectors/blocks */
187 sata_set_count(&read_fis, aligned_bytes / PR_SIZE); // nr. of sectors/blocks
261 sata_set_count(&write_fis, aligned_bytes / PR_SIZE); // nr. of sectors/blocks
330 size_t sectors = ata_identify_tnuas48_rd(&identify); local
332 VFS_BLK_DEBUG("Disk %" PRIu8 " has %zd sectors of %zd bytes\n",
333 port_ids[i], sectors, sector_size);
340 newentry->size = sectors * sector_size;
/barrelfish-2018-10-04/include/virtio/devices/
H A Dvirtio_block.h94 uint8_t sectors; ///< number of sectors member in struct:virtio_block_geometry
108 uint64_t capacity; ///< the capacity in 512 byte sectors
221 * \returns capacity in 512-byte sectors
/barrelfish-2018-10-04/lib/virtio/devices/
H A Dvirtio_block.c79 geo->sectors = virtio_blk_geometry_sectors_rdf(&dev->config_space);
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex39 512-byte sectors).

Completed in 83 milliseconds