Searched refs:grub_off_t (Results 1 - 25 of 61) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddeflate.h23 grub_zlib_decompress (char *inbuf, grub_size_t insize, grub_off_t off,
H A Dfile.h38 grub_off_t offset;
41 grub_off_t size;
54 grub_off_t progress_counter;
115 grub_off_t EXPORT_FUNC(grub_file_seek) (grub_file_t file, grub_off_t offset);
121 static inline grub_off_t
127 static inline grub_off_t
H A Dfshelp.h73 grub_off_t pos, grub_size_t len, char *buf,
76 grub_off_t filesize, int log2blocksize);
H A Ddisk.h167 grub_off_t offset,
172 grub_off_t offset,
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c76 read_file (char *pathname, int (*hook) (grub_off_t ofs, char *buf, int len))
80 grub_off_t ofs, len;
169 auto int cp_hook (grub_off_t ofs, char *buf, int len);
170 int cp_hook (grub_off_t ofs, char *buf, int len)
197 auto int cat_hook (grub_off_t ofs, char *buf, int len);
198 int cat_hook (grub_off_t ofs, char *buf, int len)
220 auto int cmp_hook (grub_off_t ofs, char *buf, int len);
221 int cmp_hook (grub_off_t ofs, char *buf, int len)
269 auto int hex_hook (grub_off_t ofs, char *buf, int len);
270 int hex_hook (grub_off_t of
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Daout.c47 if ((grub_file_seek (file, offset)) == (grub_off_t) - 1)
H A Dmacho.c66 if (grub_file_seek (macho->file, 0) == (grub_off_t) -1)
86 == (grub_off_t) -1)
H A Dxnu_resume.c139 if (grub_file_seek (file, total_header_size) == (grub_off_t) -1
151 if (grub_file_seek (file, 0) == (grub_off_t) -1
H A Dmultiboot_elfxx.c116 if (grub_file_seek (file, (grub_off_t) phdr(i)->p_offset)
117 == (grub_off_t) -1)
161 if (grub_file_seek (file, ehdr->e_shoff) == (grub_off_t) -1)
204 if (grub_file_seek (file, sh->sh_offset) == (grub_off_t) -1)
H A DmachoXX.c24 if (grub_file_seek (macho->file, macho->offsetXX) == (grub_off_t) -1
97 if (grub_file_seek (macho->file, macho->offsetXX) == (grub_off_t) -1)
186 + _macho->offsetXX) == (grub_off_t) -1)
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfile.c158 grub_off_t filesz;
285 grub_off_t
286 grub_file_seek (grub_file_t file, grub_off_t offset)
288 grub_off_t old;
H A Delf.c72 if (grub_file_seek (elf->file, 0) == (grub_off_t) -1)
136 if ((grub_file_seek (elf->file, elf->ehdr.ehdr32.e_phoff) == (grub_off_t) -1)
260 if (grub_file_seek (elf->file, phdr->p_offset) == (grub_off_t) -1)
326 if ((grub_file_seek (elf->file, elf->ehdr.ehdr64.e_phoff) == (grub_off_t) -1)
451 if (grub_file_seek (elf->file, phdr->p_offset) == (grub_off_t) -1)
H A Ddisk.c361 grub_off_t *offset, grub_size_t size)
405 grub_off_t offset, grub_size_t size, void *buf)
485 grub_off_t offset, grub_size_t size, void *buf)
487 grub_off_t real_offset;
607 grub_off_t o = real_offset;
627 grub_off_t offset, grub_size_t size, const void *buf)
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h141 grub_off_t off;
149 grub_off_t off;
259 int *handle, grub_off_t *off);
261 int handle, grub_off_t off);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c11 load (grub_file_t file, void *where, grub_off_t off, grub_size_t size)
13 if (grub_file_seek (file, off) == (grub_off_t) -1)
28 if (grub_file_seek (file, 0) == (grub_off_t) -1)
54 if (grub_file_seek (file, e->e_shoff) == (grub_off_t) -1)
335 if (grub_file_seek (file, symoff) == (grub_off_t) -1)
348 if (grub_file_seek (file, stroff) == (grub_off_t) -1)
477 if (grub_file_seek (file, symsh->sh_offset) == (grub_off_t) -1)
487 if (grub_file_seek (file, strsh->sh_offset) == (grub_off_t) -1)
554 if (grub_file_seek (file, symoff) == (grub_off_t) -1)
574 if (grub_file_seek (file, stroff) == (grub_off_t)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c248 grub_off_t pos, grub_size_t len, char *buf)
250 grub_off_t i;
251 grub_off_t blockcnt;
259 grub_off_t blockoff;
260 grub_off_t blockend = data->blksz;
H A Dsquash4.c202 grub_ssize_t (*decompress) (char *inbuf, grub_size_t insize, grub_off_t off,
219 grub_uint64_t chunk_start, grub_off_t offset)
287 zlib_decompress (char *inbuf, grub_size_t insize, grub_off_t off,
295 lzo_decompress (char *inbuf, grub_size_t insize, grub_off_t off,
317 xz_decompress (char *inbuf, grub_size_t insize, grub_off_t off,
321 grub_off_t pos = 0;
698 grub_off_t off, char *buf, grub_size_t len)
701 grub_off_t cumulated_uncompressed_size = 0;
718 grub_off_t total_size = 0;
827 grub_off_t of
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dlzopio.c69 grub_off_t saved_off; /* Rounded down to block boundary. */
70 grub_off_t start_block_off;
243 grub_off_t off = grub_file_tell (lzopio->file) + lzopio->block.csize;
245 if (grub_file_seek (lzopio->file, off) == ((grub_off_t) - 1))
256 grub_off_t usize_total = 0;
475 grub_off_t off;
H A Dbufio.c39 grub_off_t buffer_at;
111 grub_off_t next_buf;
140 next_buf = (file->offset + res + len - 1) & ~((grub_off_t) bufio->block_size - 1);
H A Dxzio.c43 grub_off_t saved_offset;
251 grub_off_t current_offset;
298 grub_off_t new_offset = current_offset + xzio->buf.out_pos;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dprepare.c41 grub_off_t off;
123 grub_off_t off;
H A Dsymbols.c38 grub_off_t off;
80 grub_efiemu_resolve_symbol (const char *name, int *handle, grub_off_t *off)
96 grub_efiemu_register_symbol (const char *name, int handle, grub_off_t off)
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dcmp.c36 grub_off_t pos;
H A Dtestload.c41 grub_off_t pos;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dmemdisk.c30 static grub_off_t memdisk_size = 0;

Completed in 36 milliseconds

123