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

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c1218 grub_gzio_read_real (grub_gzio_t gzio, grub_off_t offset, function
1267 return grub_gzio_read_real (file->data, file->offset, buf, len);
1307 ret = grub_gzio_read_real (gzio, off, outbuf, outsize);

Completed in 228 milliseconds