SIZE_64KB
ASSERT ((Length >= sizeof (EFI_DEVICE_PATH_PROTOCOL)) && (Length < SIZE_64KB));
if ((dest_offset+array_size) > SIZE_64KB)
cpy_size = SIZE_64KB - dest_offset;
dest_shift_addr += SIZE_64KB;
error = vhdx_write_and_pad(fd, &header, sizeof(header), SIZE_64KB);
return vhdx_write_and_pad(fd, &header, sizeof(header), SIZE_64KB);
region_table = malloc(SIZE_64KB);
memset(region_table, 0, SIZE_64KB);
checksum = crc32c(region_table, SIZE_64KB);
if (sparse_write(fd, region_table, SIZE_64KB) < 0) {
if (sparse_write(fd, region_table, SIZE_64KB) < 0) {
data_ptr = SIZE_64KB;
error = vhdx_write_and_pad(fd, &identifier, sizeof(identifier), SIZE_64KB);
error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB);