Searched refs:block_count (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dsync.cpp40 cmd->block_count = 0;
H A Dblock.cpp522 unmapList->blocks[descriptorIndex].block_count
581 unmapList->blocks[i].block_count));
583 unmapList->blocks[i].block_count);
/haiku/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.h16 uint32 block_count; member in struct:HFSPlus::hfs_extent_descriptor
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h23 int32 block_count; member in struct:apple_driver_descriptor
33 int32 BlockCount() { return B_BENDIAN_TO_HOST_INT32(block_count); }
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.h85 uint64 block_count; member in struct:device_lun_s
H A Dusb_disk.cpp840 lun->block_count = 0;
890 lun->block_count =
943 lun->block_count =
945 if (lun->block_count == 0) {
1582 size_t size = lun->block_size * lun->block_count;
1625 devfs_compute_geometry_size(&geometry, lun->block_count,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h323 volatile uint16_t block_count; member in struct:registers
H A Dsdhci.cpp425 fRegisters->block_count = toCopy / kBlockSize;
/haiku/src/apps/bootmanager/
H A Dbootman.S242 .block_count resb 1
331 at AddressPacket.block_count, db 0x03
673 at AddressPacket.block_count, db 0x01
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp1047 unmapBlocks->blocks[i].block_count));
1062 = B_BENDIAN_TO_HOST_INT32(unmapBlocks->blocks[i].block_count);
1098 unmapBlocks->blocks[i].block_count);
/haiku/headers/private/drivers/
H A Dscsi_cmds.h600 uint32 block_count; member in struct:scsi_unmap_block_descriptor
1265 uint16 block_count; // big endian member in struct:scsi_cmd_sync_cache

Completed in 181 milliseconds