Searched refs:movesize (Results 1 – 2 of 2) sorted by relevance
75 movesize = sym_sz - block * blksz;77 grub_memcpy (sym_value + block * blksz, t, movesize);
2076 int blksz, movesize; in zfs_read() local2128 movesize = min(length, data->file_end - (int)file->offset - red); in zfs_read()2131 - data->file_start, movesize); in zfs_read()2132 buf += movesize; in zfs_read()2133 length -= movesize; in zfs_read()2134 red += movesize; in zfs_read()