Home
last modified time | relevance | path

Searched defs:vdrive (Results 1 – 25 of 67) sorted by relevance

123

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/vdrive/
H A Dvdrive-bam.c57 static int vdrive_calculate_disk_half(vdrive_t *vdrive) in vdrive_calculate_disk_half()
82 int vdrive_bam_alloc_first_free_sector(vdrive_t *vdrive, in vdrive_bam_alloc_first_free_sector()
140 static int vdrive_bam_alloc_down(vdrive_t *vdrive, in vdrive_bam_alloc_down()
158 static int vdrive_bam_alloc_up(vdrive_t *vdrive, in vdrive_bam_alloc_up()
179 int vdrive_bam_alloc_next_free_sector(vdrive_t *vdrive, in vdrive_bam_alloc_next_free_sector()
397 int vdrive_bam_allocate_sector(vdrive_t *vdrive, in vdrive_bam_allocate_sector()
441 void vdrive_bam_clear_all(vdrive_t *vdrive) in vdrive_bam_clear_all()
621 vdrive_t *vdrive; in vdrive_bam_get_disk_id() local
636 vdrive_t *vdrive; in vdrive_bam_set_disk_id() local
682 int vdrive_bam_read_bam(vdrive_t *vdrive) in vdrive_bam_read_bam()
[all …]
H A Dvdrive-iec.c98 static int iec_open_read(vdrive_t *vdrive, unsigned int secondary) in iec_open_read()
123 static int iec_open_read_directory(vdrive_t *vdrive, unsigned int secondary, in iec_open_read_directory()
143 static int iec_open_write(vdrive_t *vdrive, unsigned int secondary, in iec_open_write()
578 static int iec_close_sequential(vdrive_t *vdrive, unsigned int secondary) in iec_close_sequential()
636 int vdrive_iec_close(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_close()
674 static int iec_read_sequential(vdrive_t *vdrive, uint8_t *data, in iec_read_sequential()
725 int vdrive_iec_read(vdrive_t *vdrive, uint8_t *data, unsigned int secondary) in vdrive_iec_read()
793 int vdrive_iec_write(vdrive_t *vdrive, uint8_t data, unsigned int secondary) in vdrive_iec_write()
861 void vdrive_iec_flush(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_flush()
904 void vdrive_iec_listen(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_listen()
[all …]
H A Dvdrive.c125 int vdrive_device_setup(vdrive_t *vdrive, unsigned int unit) in vdrive_device_setup()
144 void vdrive_device_shutdown(vdrive_t *vdrive) in vdrive_device_shutdown()
166 void vdrive_close_all_channels(vdrive_t *vdrive) in vdrive_close_all_channels()
184 int vdrive_get_max_sectors(vdrive_t *vdrive, unsigned int track) in vdrive_get_max_sectors()
221 vdrive_t *vdrive) in vdrive_detach_image()
235 vdrive_t *vdrive) in vdrive_attach_image()
332 void vdrive_set_disk_geometry(vdrive_t *vdrive) in vdrive_set_disk_geometry()
437 int vdrive_read_sector(vdrive_t *vdrive, uint8_t *buf, unsigned int track, unsigned int sector) in vdrive_read_sector()
445 int vdrive_write_sector(vdrive_t *vdrive, const uint8_t *buf, unsigned int track, unsigned int sect… in vdrive_write_sector()
H A Dvdrive-rel.c75 static unsigned int vdrive_rel_has_super(vdrive_t *vdrive) in vdrive_rel_has_super()
102 static unsigned int vdrive_rel_blocks_max(vdrive_t *vdrive) in vdrive_rel_blocks_max()
141 static void vdrive_rel_commit(vdrive_t *vdrive, bufferinfo_t *p) in vdrive_rel_commit()
514 static void vdrive_rel_fillrecord(vdrive_t *vdrive, unsigned int secondary) in vdrive_rel_fillrecord()
544 static void vdrive_rel_flush_sidesectors(vdrive_t *vdrive, bufferinfo_t *p) in vdrive_rel_flush_sidesectors()
576 static int vdrive_rel_grow(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_grow()
733 static int vdrive_rel_open_new(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_open_new()
807 int vdrive_rel_open(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_open()
999 int vdrive_rel_position(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_position()
1403 int vdrive_rel_close(vdrive_t *vdrive, unsigned int secondary) in vdrive_rel_close()
[all …]
H A Dvdrive-command.c90 int vdrive_command_execute(vdrive_t *vdrive, const uint8_t *buf, in vdrive_command_execute()
290 static int vdrive_command_block(vdrive_t *vdrive, unsigned char command, in vdrive_command_block()
473 static int vdrive_command_copy(vdrive_t *vdrive, char *dest, int length) in vdrive_command_copy()
527 static int vdrive_command_rename(vdrive_t *vdrive, uint8_t *dest, int length) in vdrive_command_rename()
684 static int vdrive_command_chdir(vdrive_t *vdrive, uint8_t *name, int length) in vdrive_command_chdir()
745 static int vdrive_command_chpart(vdrive_t *vdrive, uint8_t *name, int length) in vdrive_command_chpart()
841 static int vdrive_command_initialize(vdrive_t *vdrive) in vdrive_command_initialize()
862 int vdrive_command_validate(vdrive_t *vdrive) in vdrive_command_validate()
959 int vdrive_command_format(vdrive_t *vdrive, const char *disk_name) in vdrive_command_format()
1023 static int vdrive_command_position(vdrive_t *vdrive, uint8_t *buf, in vdrive_command_position()
[all …]
H A Dvdrive-dir.c105 void vdrive_dir_free_chain(vdrive_t *vdrive, int t, int s) in vdrive_dir_free_chain()
134 vdrive_t *vdrive = dir->vdrive; in find_next_directory_sector() local
178 vdrive_t *vdrive = dir->vdrive; in vdrive_dir_remove_slot() local
203 void vdrive_dir_find_first_slot(vdrive_t *vdrive, const char *name, in vdrive_dir_find_first_slot()
237 vdrive_t *vdrive = dir->vdrive; in vdrive_dir_find_next_slot() local
344 int vdrive_dir_first_directory(vdrive_t *vdrive, const char *name, in vdrive_dir_first_directory()
395 int vdrive_dir_next_directory(vdrive_t *vdrive, bufferinfo_t *b) in vdrive_dir_next_directory()
H A Dvdrive-internal.c51 vdrive_t *vdrive; in vdrive_internal_open_fsimage() local
84 int vdrive_internal_close_disk_image(vdrive_t *vdrive) in vdrive_internal_close_disk_image()
110 vdrive_t *vdrive; in vdrive_internal_format_disk_image() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/fsdevice/
H A Dfsdevice-flush.c64 static int fsdevice_flush_cd(vdrive_t* vdrive, char *arg) in fsdevice_flush_cd()
93 static int fsdevice_flush_cdup(vdrive_t* vdrive) in fsdevice_flush_cdup()
106 static int fsdevice_flush_mkdir(vdrive_t *vdrive, char *arg) in fsdevice_flush_mkdir()
168 static int fsdevice_flush_rmdir(vdrive_t *vdrive, char *arg) in fsdevice_flush_rmdir()
275 static int fsdevice_flush_mr(vdrive_t *vdrive, char *realarg) in fsdevice_flush_mr()
287 static int fsdevice_flush_mw(vdrive_t *vdrive, char *realarg) in fsdevice_flush_mw()
299 static int fsdevice_flush_me(vdrive_t *vdrive, char *realarg) in fsdevice_flush_me()
392 static int fsdevice_flush_ba(vdrive_t *vdrive, char *realarg) in fsdevice_flush_ba()
433 static int fsdevice_flush_bf(vdrive_t *vdrive, char *realarg) in fsdevice_flush_bf()
525 static int fsdevice_flush_initialize(vdrive_t *vdrive) in fsdevice_flush_initialize()
[all …]
H A Dfsdevice-open.c62 static int fsdevice_open_directory(vdrive_t *vdrive, unsigned int secondary, in fsdevice_open_directory()
160 static int fsdevice_open_file(vdrive_t *vdrive, unsigned int secondary, in fsdevice_open_file()
278 static int fsdevice_open_buffer(vdrive_t *vdrive, unsigned int secondary, in fsdevice_open_buffer()
287 int fsdevice_open(vdrive_t *vdrive, const uint8_t *name, unsigned int length, in fsdevice_open()
/dports/emulators/vice/vice-3.5/src/fsdevice/
H A Dfsdevice-flush.c76 static int fsdevice_flush_cd(vdrive_t* vdrive, char *arg) in fsdevice_flush_cd()
107 static int fsdevice_flush_cdup(vdrive_t* vdrive) in fsdevice_flush_cdup()
120 static int fsdevice_flush_mkdir(vdrive_t *vdrive, char *arg) in fsdevice_flush_mkdir()
184 static int fsdevice_flush_rmdir(vdrive_t *vdrive, char *arg) in fsdevice_flush_rmdir()
302 static int fsdevice_flush_mr(vdrive_t *vdrive, char *realarg) in fsdevice_flush_mr()
314 static int fsdevice_flush_mw(vdrive_t *vdrive, char *realarg) in fsdevice_flush_mw()
326 static int fsdevice_flush_me(vdrive_t *vdrive, char *realarg) in fsdevice_flush_me()
419 static int fsdevice_flush_ba(vdrive_t *vdrive, char *realarg) in fsdevice_flush_ba()
462 static int fsdevice_flush_bf(vdrive_t *vdrive, char *realarg) in fsdevice_flush_bf()
568 static int fsdevice_flush_initialize(vdrive_t *vdrive) in fsdevice_flush_initialize()
[all …]
H A Dfsdevice-filename.c89 static int _limit_longname(struct ioutil_dir_s *ioutil_dir, vdrive_t *vdrive, char *longname, int m… in _limit_longname()
148 static int limit_longname(vdrive_t *vdrive, char *longname, int mode) in limit_longname()
171 static char *expand_shortname(vdrive_t *vdrive, char *shortname, int mode) in expand_shortname()
228 char *fsdevice_expand_shortname(vdrive_t *vdrive, char *name) in fsdevice_expand_shortname()
237 char *fsdevice_expand_shortname_ascii(vdrive_t *vdrive, char *name) in fsdevice_expand_shortname_ascii()
251 int fsdevice_limit_namelength(vdrive_t *vdrive, uint8_t *name) in fsdevice_limit_namelength()
264 int fsdevice_limit_namelength_ascii(vdrive_t *vdrive, char *name) in fsdevice_limit_namelength_ascii()
275 int fsdevice_limit_createnamelength(vdrive_t *vdrive, char *name) in fsdevice_limit_createnamelength()
H A Dfsdevice-write.c58 static void fsdevice_rel_listen(vdrive_t *vdrive, bufinfo_t *bufinfo, unsigned int secondary) in fsdevice_rel_listen()
73 void fsdevice_listen(vdrive_t *vdrive, unsigned int secondary) in fsdevice_listen()
107 int fsdevice_write(struct vdrive_s *vdrive, uint8_t data, unsigned int secondary) in fsdevice_write()
H A Dfsdevice-read.c195 int fsdevice_relative_switch_record(vdrive_t *vdrive, bufinfo_t *bufinfo, in fsdevice_relative_switch_record()
295 static int relative_read(vdrive_t *vdrive, bufinfo_t *bufinfo, uint8_t *data) in relative_read()
379 static void command_directory_get(vdrive_t *vdrive, bufinfo_t *bufinfo, in command_directory_get()
599 static int command_directory(vdrive_t *vdrive, bufinfo_t *bufinfo, in command_directory()
626 int fsdevice_read(vdrive_t *vdrive, uint8_t *data, unsigned int secondary) in fsdevice_read()
/dports/emulators/vice/vice-3.5/src/vdrive/
H A Dvdrive-bam.c59 static int vdrive_calculate_disk_half(vdrive_t *vdrive) in vdrive_calculate_disk_half()
91 static int vdrive_bam_alloc_worker(vdrive_t *vdrive, in vdrive_bam_alloc_worker()
202 int vdrive_bam_alloc_add_interleave(vdrive_t *vdrive, in vdrive_bam_alloc_add_interleave()
234 static int vdrive_bam_alloc_down(vdrive_t *vdrive, in vdrive_bam_alloc_down()
255 static int vdrive_bam_alloc_up(vdrive_t *vdrive, in vdrive_bam_alloc_up()
600 int vdrive_bam_allocate_sector(vdrive_t *vdrive, in vdrive_bam_allocate_sector()
677 void vdrive_bam_clear_all(vdrive_t *vdrive) in vdrive_bam_clear_all()
950 vdrive_t *vdrive; in vdrive_bam_get_disk_id() local
965 vdrive_t *vdrive; in vdrive_bam_set_disk_id() local
1014 int vdrive_bam_read_bam(vdrive_t *vdrive) in vdrive_bam_read_bam()
[all …]
H A Dvdrive-iec.c98 static int iec_open_read(vdrive_t *vdrive, unsigned int secondary) in iec_open_read()
123 static int iec_open_read_directory(vdrive_t *vdrive, unsigned int secondary, in iec_open_read_directory()
143 static int iec_open_write(vdrive_t *vdrive, unsigned int secondary, in iec_open_write()
577 static int iec_close_sequential(vdrive_t *vdrive, unsigned int secondary) in iec_close_sequential()
635 int vdrive_iec_close(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_close()
674 static int iec_read_sequential(vdrive_t *vdrive, uint8_t *data, in iec_read_sequential()
725 int vdrive_iec_read(vdrive_t *vdrive, uint8_t *data, unsigned int secondary) in vdrive_iec_read()
793 int vdrive_iec_write(vdrive_t *vdrive, uint8_t data, unsigned int secondary) in vdrive_iec_write()
861 void vdrive_iec_flush(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_flush()
904 void vdrive_iec_listen(vdrive_t *vdrive, unsigned int secondary) in vdrive_iec_listen()
[all …]
H A Dvdrive.c128 int vdrive_device_setup(vdrive_t *vdrive, unsigned int unit, unsigned int drive) in vdrive_device_setup()
157 void vdrive_device_shutdown(vdrive_t *vdrive) in vdrive_device_shutdown()
179 void vdrive_close_all_channels(vdrive_t *vdrive) in vdrive_close_all_channels()
197 int vdrive_get_max_sectors(vdrive_t *vdrive, unsigned int track) in vdrive_get_max_sectors()
232 int vdrive_get_max_sectors_per_head(vdrive_t *vdrive, unsigned int track) in vdrive_get_max_sectors_per_head()
249 unsigned int drive, vdrive_t *vdrive) in vdrive_detach_image()
271 unsigned int drive, vdrive_t *vdrive) in vdrive_attach_image()
397 void vdrive_set_disk_geometry(vdrive_t *vdrive) in vdrive_set_disk_geometry()
534 int vdrive_read_sector(vdrive_t *vdrive, uint8_t *buf, unsigned int track, unsigned int sector) in vdrive_read_sector()
542 int vdrive_write_sector(vdrive_t *vdrive, const uint8_t *buf, unsigned int track, unsigned int sect… in vdrive_write_sector()
H A Dvdrive-command.c96 int vdrive_command_execute(vdrive_t *vdrive, const uint8_t *buf, in vdrive_command_execute()
314 static int vdrive_command_block(vdrive_t *vdrive, unsigned char command, in vdrive_command_block()
497 static int vdrive_command_copy(vdrive_t *vdrive, char *dest, int length) in vdrive_command_copy()
551 static int vdrive_command_rename(vdrive_t *vdrive, uint8_t *dest, int length) in vdrive_command_rename()
707 static int vdrive_command_chdir(vdrive_t *vdrive, uint8_t *name, int length) in vdrive_command_chdir()
768 static int vdrive_command_chpart(vdrive_t *vdrive, uint8_t *name, int length) in vdrive_command_chpart()
864 static int vdrive_command_initialize(vdrive_t *vdrive) in vdrive_command_initialize()
885 int vdrive_command_validate(vdrive_t *vdrive) in vdrive_command_validate()
1004 int vdrive_command_format(vdrive_t *vdrive, const char *disk_name) in vdrive_command_format()
1068 static int vdrive_command_position(vdrive_t *vdrive, uint8_t *buf, in vdrive_command_position()
[all …]
H A Dvdrive-rel.c62 static unsigned int vdrive_rel_has_super(vdrive_t *vdrive) in vdrive_rel_has_super()
91 static unsigned int vdrive_rel_blocks_max(vdrive_t *vdrive) in vdrive_rel_blocks_max()
136 static void vdrive_rel_commit(vdrive_t *vdrive, bufferinfo_t *p) in vdrive_rel_commit()
511 static void vdrive_rel_fillrecord(vdrive_t *vdrive, unsigned int secondary) in vdrive_rel_fillrecord()
541 static void vdrive_rel_flush_sidesectors(vdrive_t *vdrive, bufferinfo_t *p) in vdrive_rel_flush_sidesectors()
573 static int vdrive_rel_grow(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_grow()
730 static int vdrive_rel_open_new(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_open_new()
808 int vdrive_rel_open(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_open()
1006 int vdrive_rel_position(vdrive_t *vdrive, unsigned int secondary, in vdrive_rel_position()
1415 int vdrive_rel_close(vdrive_t *vdrive, unsigned int secondary) in vdrive_rel_close()
[all …]
H A Dvdrive-dir.c106 void vdrive_dir_free_chain(vdrive_t *vdrive, int t, int s) in vdrive_dir_free_chain()
136 vdrive_t *vdrive = dir->vdrive; in find_next_directory_sector() local
180 vdrive_t *vdrive = dir->vdrive; in vdrive_dir_remove_slot() local
205 void vdrive_dir_find_first_slot(vdrive_t *vdrive, const char *name, in vdrive_dir_find_first_slot()
239 vdrive_t *vdrive = dir->vdrive; in vdrive_dir_find_next_slot() local
385 int vdrive_dir_first_directory(vdrive_t *vdrive, const char *name, in vdrive_dir_first_directory()
436 int vdrive_dir_next_directory(vdrive_t *vdrive, bufferinfo_t *b) in vdrive_dir_next_directory()
H A Dvdrive-internal.c51 vdrive_t *vdrive; in vdrive_internal_open_fsimage() local
84 int vdrive_internal_close_disk_image(vdrive_t *vdrive) in vdrive_internal_close_disk_image()
110 vdrive_t *vdrive; in vdrive_internal_format_disk_image() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/serial/
H A Dfsdrive.c59 void *vdrive; in serialcommand() local
163 void *vdrive; in fsdrive_open() local
192 void *vdrive; in fsdrive_listentalk() local
212 void *vdrive; in fsdrive_unlisten() local
239 void *vdrive; in fsdrive_write() local
270 void *vdrive; in fsdrive_read() local
307 void *vdrive; in fsdrive_reset() local
/dports/emulators/vice/vice-3.5/src/serial/
H A Dfsdrive.c77 void *vdrive; in serialcommand() local
195 void *vdrive; in fsdrive_open() local
225 void *vdrive; in fsdrive_listentalk() local
246 void *vdrive; in fsdrive_unlisten() local
274 void *vdrive; in fsdrive_write() local
306 void *vdrive; in fsdrive_read() local
343 void *vdrive; in fsdrive_reset() local
/dports/emulators/vice/vice-3.5/src/
H A Dattach.c64 vdrive_t *vdrive; member
326 vdrive_t *vdrive; in file_system_get_disk_name() local
392 static int vdrive_device_setup_if_no_image(vdrive_t *vdrive, unsigned int unit, unsigned int drive) in vdrive_device_setup_if_no_image()
405 vdrive_t *vdrive[NUM_DRIVES]; in set_file_system_device() local
503 static void detach_disk_image(disk_image_t *image, vdrive_t *vdrive, in detach_disk_image()
535 static void vdrive_detach_disk_image_and_free(vdrive_t *vdrive, in vdrive_detach_disk_image_and_free()
544 static void detach_disk_image_and_free(disk_image_t *image, vdrive_t *vdrive, in detach_disk_image_and_free()
562 static int attach_disk_image(disk_image_t **imgptr, vdrive_t *vdrive, in attach_disk_image()
643 vdrive_t *vdrive; in file_system_attach_disk_internal() local
681 vdrive_t *vdrive; in file_system_detach_disk_single() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/parallel/
H A Dparallel-trap.c78 void *vdrive; in parallelcommand() local
172 void *vdrive; in parallel_trap_attention() local
244 void *vdrive; in parallel_trap_sendbyte() local
282 void *vdrive; in parallel_trap_receivebyte() local
/dports/emulators/vice/vice-3.5/src/parallel/
H A Dparallel-trap.c78 void *vdrive; in parallelcommand() local
177 void *vdrive; in parallel_trap_attention() local
270 void *vdrive; in parallel_trap_sendbyte() local
316 void *vdrive; in parallel_trap_receivebyte() local

123