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

/haiku/src/tools/
H A Dcreate_image.cpp38 off_t imageSize = 0; local
63 imageSize = strtoull(optarg, NULL, 10);
65 imageSize *= 1024 * 1024 * 1024;
67 imageSize *= 1024 * 1024;
69 imageSize *= 1024;
88 if (!imageSize || !file)
91 if (imageSize < 0) {
96 if (imageSize % 512) {
123 || ftruncate(fd, imageSize) != 0) {
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp152 uint64_t imageSize = 0; local
199 imageSize = strtoull(optarg, NULL, 10);
201 imageSize *= 1024 * 1024 * 1024;
203 imageSize *= 1024 * 1024;
205 imageSize *= 1024;
242 if (!headerSize || !imageSize || !file)
259 if (imageSize % 512) {
271 if (imageSize > 0x2800000000ULL) {
280 // printf("imageSize %llu\n", imageSize);
[all...]
/haiku/src/tools/anyboot/
H A Danyboot.cpp117 0x00, 0x00, 0x00, 0x00 // imageSize in blocks (written below)
264 off_t imageSize = stat.st_size;
283 imageSize = (imageSize + alignment) & ~alignment;
284 createPartition(outputFileHandle, 0, true, 0xeb, imageOffset, imageSize);
288 off_t efiOffset = (imageOffset + imageSize + alignment) & ~alignment;
/haiku/headers/private/kernel/boot/net/
H A DRemoteDisk.h21 status_t Init(ip_addr_t serverAddress, uint16 serverPort, off_t imageSize);
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.h21 off_t imageSize);
H A DRemoteDisk.cpp96 RemoteDisk::Init(uint32 serverAddress, uint16 serverPort, off_t imageSize) argument
107 fImageSize = imageSize;
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp104 0x00, 0x00, 0x00, 0x00 // imageSize in blocks (written below)
197 off_t imageSize = stat.st_size;
206 if (partStartOffset + partLength > imageSize)
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp76 RemoteDisk::Init(ip_addr_t serverAddress, uint16 serverPort, off_t imageSize) argument
80 fImageSize = imageSize;
/haiku/src/apps/showimage/
H A DShowImageView.h148 bool imageSize = true);
H A DShowImageView.cpp740 ShowImageView::_CopySelection(uchar alpha, bool imageSize) argument
748 if (!imageSize) {
/haiku/build/scripts/
H A Dbuild_haiku_image17 # imageSize
258 imageFlags="-i${imageSize}M"

Completed in 128 milliseconds