Searched refs:REMOTE_DISK_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/boot/net/
H A DRemoteDiskDefs.h14 REMOTE_DISK_BLOCK_SIZE = 1024, enumerator in enum:__anon1061
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp95 geometry->bytes_per_sector = REMOTE_DISK_BLOCK_SIZE;
97 geometry->cylinder_count = remoteDisk->Size() / REMOTE_DISK_BLOCK_SIZE;
103 geometry->bytes_per_physical_sector = REMOTE_DISK_BLOCK_SIZE;
H A DRemoteDisk.cpp195 uint32 toRead = min_c(bufferSize, REMOTE_DISK_BLOCK_SIZE);
250 uint32 toWrite = min_c(bufferSize, REMOTE_DISK_BLOCK_SIZE);
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp120 uint32 toRead = min_c(bufferSize, REMOTE_DISK_BLOCK_SIZE);
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp203 size = REMOTE_DISK_BLOCK_SIZE;

Completed in 37 milliseconds