Home
last modified time | relevance | path

Searched refs:hd_hardfiledata (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dscsi.h26 struct hd_hardfiledata *hfd;
32 extern struct scsi_data *scsi_alloc_hd(int, struct hd_hardfiledata*);
44 extern int scsi_hd_emulate(struct hardfiledata *hfd, struct hd_hardfiledata *hdhfd, uae_u8 *cmdbuf,…
H A Dfilesys.h83 struct hd_hardfiledata { struct
138 void hdf_hd_close(struct hd_hardfiledata *hfd);
139 int hdf_hd_open(struct hd_hardfiledata *hfd);
H A Da2091.h35 int add_scsi_hd (int ch, struct hd_hardfiledata *hfd, struct uaedev_config_info *ci, int scsi_level…
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dfilesys.h85 struct hd_hardfiledata { struct
148 void hdf_hd_close(struct hd_hardfiledata *hfd);
149 int hdf_hd_open(struct hd_hardfiledata *hfd);
H A Dscsi.h50 struct hd_hardfiledata *hfd;
59 extern struct scsi_data *scsi_alloc_hd(int, struct hd_hardfiledata*);
73 extern int scsi_hd_emulate(struct hardfiledata *hfd, struct hd_hardfiledata *hdhfd, uae_u8 *cmdbuf,…
85 int add_scsi_hd (struct scsi_data **sd, int ch, struct hd_hardfiledata *hfd, struct uaedev_config_i…
H A Da2091.h145 extern int add_wd_scsi_hd (struct wd_state *wd, int ch, struct hd_hardfiledata *hfd, struct uaedev_…
H A Dide.h63 struct hd_hardfiledata hdhfd;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Da2091.c1665 int add_scsi_hd (int ch, struct hd_hardfiledata *hfd, struct uaedev_config_info *ci, int scsi_level) in add_scsi_hd()
1670 hfd = xcalloc (struct hd_hardfiledata, 1); in add_scsi_hd()
1945 struct hd_hardfiledata *hfd; in restore_scsi_hd()
1953 hfd = xcalloc (struct hd_hardfiledata, 1); in restore_scsi_hd()
H A Dscsi.c151 struct scsi_data *scsi_alloc_hd(int id, struct hd_hardfiledata *hfd) in scsi_alloc_hd()
H A Dhardfile.c379 void hdf_hd_close (struct hd_hardfiledata *hfd) in hdf_hd_close()
387 int hdf_hd_open (struct hd_hardfiledata *hfd) in hdf_hd_open()
1113 int scsi_hd_emulate (struct hardfiledata *hfd, struct hd_hardfiledata *hdhfd, uae_u8 *cmdbuf, int s… in scsi_hd_emulate()
H A Dgayle.c185 struct hd_hardfiledata hdhfd;
223 struct hd_hardfiledata *pcmcia_sram;
2299 pcmcia_sram = xcalloc (struct hd_hardfiledata, 1); in initpcmcia()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dhardfile.cpp391 void hdf_hd_close (struct hd_hardfiledata *hfd) in hdf_hd_close()
398 int hdf_hd_open (struct hd_hardfiledata *hfd) in hdf_hd_open()
1152 static uae_u64 get_scsi_6_offset(struct hardfiledata *hfd, struct hd_hardfiledata *hdhfd, uae_u8 *c… in get_scsi_6_offset()
1179 int scsi_hd_emulate (struct hardfiledata *hfd, struct hd_hardfiledata *hdhfd, uae_u8 *cmdbuf, int s… in scsi_hd_emulate()
H A Dgayle.cpp144 struct hd_hardfiledata *pcmcia_sram;
1338 pcmcia_sram = xcalloc (struct hd_hardfiledata, 1); in initpcmcia()
H A Dscsi.cpp433 struct scsi_data *scsi_alloc_hd(int id, struct hd_hardfiledata *hfd) in scsi_alloc_hd()
571 int add_scsi_hd (struct scsi_data **sd, int ch, struct hd_hardfiledata *hfd, struct uaedev_config_i… in add_scsi_hd()
576 hfd = xcalloc (struct hd_hardfiledata, 1); in add_scsi_hd()
H A Dncr_scsi.cpp865 static void add_ncr_scsi_hd (struct ncr_state *ncr, int ch, struct hd_hardfiledata *hfd, struct uae… in add_ncr_scsi_hd()
H A Dncr9x_scsi.cpp1747 static void add_ncr_scsi_hd(struct ncr9x_state *ncr, int ch, struct hd_hardfiledata *hfd, struct ua… in add_ncr_scsi_hd()
H A Da2091.cpp3828 struct hd_hardfiledata *hfd;
3842 hfd = xcalloc (struct hd_hardfiledata, 1);