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

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c348 grub_disk_addr_t read_sector, far_ofs;
353 far_ofs = 0;
364 far_ofs = 1;
367 far_ofs = grub_divmod64 (array->disk_size,
370 far_ofs *= array->chunk_size;
402 read_sector + j * far_ofs + b,
347 grub_disk_addr_t read_sector, far_ofs; local

Completed in 16 milliseconds