Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 – 4 of 4) sorted by relevance

/common/spl/
A Dspl_semihosting.c12 static ulong smh_fit_read(struct spl_load_info *load, ulong file_offset, in smh_fit_read() argument
18 if (smh_seek(fd, file_offset)) in smh_fit_read()
A Dspl_blk_fs.c21 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument
35 ret = fs_read(dev->filename, virt_to_phys(buf), file_offset, size, in spl_fit_read()
A Dspl_fat.c48 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument
56 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
A Dspl_ext.c11 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument
18 ret = ext4fs_read(buf, file_offset, size, &actlen); in spl_fit_read()

Completed in 13 milliseconds