Lines Matching defs:entity
26 * at a time. Make this a structure and point to the entity->info. When we
43 io_entity_t *entity)
50 * entity->info.
61 entity->info = (uintptr_t) ¤t_file;
66 static int32_t memdrv_block_seek(io_entity_t *entity, int32_t mode,
73 ((file_state_t *) entity->info)->file_pos = offset;
78 static int32_t memdrv_block_read(io_entity_t *entity, uintptr_t buffer,
83 fp = (file_state_t *) entity->info;
101 static int32_t memdrv_block_close(io_entity_t *entity)
103 entity->info = 0U;