VSF Documented
|
Go to the source code of this file.
Data Structures | |
class | vk_memfs_file_t |
struct | vk_memfs_info_t |
Typedefs | |
typedef struct vk_memfs_info_t | vk_memfs_info_t |
Functions | |
__vsf_component_peda_ifs (vk_memfs_callback_read, uint64_t offset;uint32_t size;uint8_t *buff;uint32_t rsize;) __vsf_component_peda_ifs(vk_memfs_callback_write | |
void | vk_memfs_init (vk_memfs_info_t *memfs) |
vk_memfs_file_t * | vk_memfs_open (vk_memfs_file_t *dir, const char *path) |
uint_fast64_t | vk_memfs_tell (vk_memfs_file_t *file) |
uint_fast64_t | vk_memfs_setpos (vk_memfs_file_t *file, uint_fast64_t offset) |
int_fast32_t | vk_memfs_read (vk_memfs_file_t *file, uint8_t *buff, uint_fast32_t size) |
int_fast32_t | vk_memfs_write (vk_memfs_file_t *file, uint8_t *buff, uint_fast32_t size) |
Variables | |
uint64_t | offset |
uint32_t | size |
uint8_t * | buff |
uint32_t | wsize |
const vk_fs_op_t | vk_memfs_op |
typedef struct vk_memfs_info_t vk_memfs_info_t |
__vsf_component_peda_ifs | ( | vk_memfs_callback_read | , |
uint64_t offset;uint32_t size;uint8_t *buff;uint32_t rsize; | |||
) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
uint64_t offset |
uint32_t size |
uint8_t* buff |
uint32_t wsize |
|
extern |