Searched refs:unmapListAllocatedSize (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp483 size_t unmapListAllocatedSize = (expectedDescriptorCount - 1) local
488 = (scsi_unmap_parameter_list*)malloc(unmapListAllocatedSize);
497 memset(unmapList, 0, unmapListAllocatedSize);
567 unmapListSize, unmapListAllocatedSize);

Completed in 50 milliseconds