Searched refs:ContentSize (Results 1 - 25 of 25) sorted by relevance

/haiku/src/system/boot/loader/
H A Dmain.cpp153 void* buffer = kernel_args_malloc(gBootVolume.ContentSize() + 7);
160 memcpy(buffer, gBootVolume.Buffer(), gBootVolume.ContentSize());
162 gKernelArgs.boot_volume_size = gBootVolume.ContentSize();
/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.h43 off_t ContentSize() const function in class:BaseUnit
H A DDwarfFile.cpp1292 unit->ContentSize(), unit->AddressSize(), unit->IsBigEndian());
1336 unit->ContentSize(), unit->AddressSize(), unit->IsBigEndian());
/haiku/headers/private/storage/
H A DMutablePartition.h25 off_t ContentSize() const;
H A DPartition.h39 off_t ContentSize() const; // 0 if uninitialized
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp131 off_t size = Partition()->ContentSize();
/haiku/src/apps/drivesetup/
H A DSupport.cpp39 printf("\tContentSize(): %s\n", string_for_size(partition->ContentSize(),
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp230 double size = partition->ContentSize();
H A DKPartition.cpp435 KPartition::ContentSize() const function in class:KPartition
1227 if (ContentSize() > 0) {
1290 data->content_size = ContentSize();
1342 OUT("%s content size: %" B_PRIdOFF "\n", prefix, ContentSize());
H A Dddm_userland_interface.cpp691 || size > partition->ContentSize()) {
703 if (child->DiskSystem() && contentSize < child->ContentSize())
712 && contentSize > child->ContentSize()) {
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp273 KMessage::ContentSize() const function in class:KMessage
520 return write_port(targetPort, 'KMSG', fBuffer, ContentSize());
522 return write_port_etc(targetPort, 'KMSG', fBuffer, ContentSize(),
969 int32 offset = ContentSize();
H A DMessagingService.cpp522 return send_message(message->Buffer(), message->ContentSize(), targets,
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h68 off_t ContentSize() const;
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp276 off_t size = Partition()->ContentSize();
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp80 // ContentSize
82 BMutablePartition::ContentSize() const function in class:BMutablePartition
H A DDiskDeviceJobGenerator.cpp683 partition->Size(), partition->ContentSize()));
H A DPartition.cpp128 BPartition::ContentSize() const function in class:BPartition
/haiku/src/system/kernel/events/
H A DNotifications.cpp89 send_message(fMessage->Buffer(), fMessage->ContentSize(),
/haiku/src/servers/mount/
H A DAutoMounter.cpp280 if (capacity == partition->ContentSize())
337 info.AddInt64("capacity", partition->ContentSize());
/haiku/headers/private/kernel/util/
H A DKMessage.h57 int32 ContentSize() const;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp733 event->ContentSize(), 1);
/haiku/src/system/kernel/
H A Dsystem_info.cpp350 send_message(message.Buffer(), message.ContentSize(), targets,
H A Dteam.cpp4547 size_t sizeNeeded = info.ContentSize();
/haiku/src/apps/installer/
H A DWorkerThread.cpp895 if (partition->ContentSize() < 20 * 1024 * 1024) {
/haiku/src/system/runtime_loader/
H A Delf.cpp609 gErrorMessage.Buffer(), gErrorMessage.ContentSize(), 0, 0);

Completed in 203 milliseconds