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

/haiku-fatelf/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-fatelf/src/system/runtime_loader/
H A Delf_load_image.h12 uint64_t* imageOffset, uint64_t* imageSize, int32* _pheaderSize,
H A Delf_load_image.cpp356 uint64_t* imageOffset, uint64_t* imageSize, int32* _pheaderSize,
399 *imageSize = B_LENDIAN_TO_HOST_INT64(fatRecord.size);
355 parse_fat_header(int fd, const char* path, elf_ehdr* eheader, uint64_t* imageOffset, uint64_t* imageSize, int32* _pheaderSize, int32* _sheaderSize) argument
/haiku-fatelf/src/tools/anyboot/
H A Danyboot.cpp123 off_t imageSize = stat.st_size;
145 0x00, 0x00, 0x00, 0x00 // imageSize in blocks (written below)
149 imageSize = (imageSize + alignment) & ~alignment;
154 ((uint32_t *)partition)[3] = (uint32_t)(imageSize / kBlockSize);
167 chsAddressFor(partitionOffset + (uint32_t)(imageSize / kBlockSize),
/haiku-fatelf/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 > 0x100000000ULL) {
280 // printf("imageSize %llu\n", imageSize);
[all...]
/haiku-fatelf/headers/private/kernel/boot/net/
H A DRemoteDisk.h21 status_t Init(ip_addr_t serverAddress, uint16 serverPort, off_t imageSize);
/haiku-fatelf/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-fatelf/src/system/boot/loader/net/
H A DRemoteDisk.cpp72 RemoteDisk::Init(ip_addr_t serverAddress, uint16 serverPort, off_t imageSize) argument
76 fImageSize = imageSize;
/haiku-fatelf/src/apps/showimage/
H A DShowImageView.h148 bool imageSize = true);
H A DShowImageView.cpp729 ShowImageView::_CopySelection(uchar alpha, bool imageSize) argument
737 if (!imageSize) {
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image13 # imageSize
241 imageFlags="-i${imageSize}M"

Completed in 127 milliseconds