Searched defs:allocationLength (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAHelper.cpp26 copy_sg_data(scsi_ccb *ccb, uint offset, uint allocationLength, argument
H A DATADevice.cpp159 uint32 allocationLength = command->allocation_length; local
211 uint32 allocationLength = B_BENDIAN_TO_HOST_INT32(command->alloc_length); local
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIHelper.cpp27 copy_sg_data(scsi_ccb *ccb, uint offset, uint allocationLength, argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp274 int32 allocationLength = maxLength*2+1; // Need at most 2 utf8 chars per uint8 char local
296 int32 allocationLength = maxLength*3+1; // Need at most 3 utf8 chars per uint16 char local
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp182 size_t allocationLength = cmd->allocation_length local
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp624 uint8 allocationLength = cmd->allocation_length; local
648 uint8 allocationLength = cmd->allocation_length; local
666 uint8 allocationLength = cmd->allocation_length; local
941 uint32 allocationLength = B_BENDIAN_TO_HOST_INT32(cmd->alloc_length); local

Completed in 60 milliseconds