Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dscsi.c110 } else if (sd->nativescsiunit < 0) { in scsi_emulate_cmd()
139 sys_command_scsi_direct_native(sd->nativescsiunit, &as); in scsi_emulate_cmd()
156 sd->nativescsiunit = -1; in scsi_alloc_hd()
172 sd->nativescsiunit = -1; in scsi_alloc_cd()
187 sd->nativescsiunit = nativeunit; in scsi_alloc_native()
202 if (sd->nativescsiunit >= 0) { in scsi_free()
203 sys_command_close (sd->nativescsiunit); in scsi_free()
204 sd->nativescsiunit = -1; in scsi_free()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dscsi.h27 int nativescsiunit; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dscsi.cpp288 if (sd->device_type == UAEDEV_HDF && sd->nativescsiunit < 0) { in scsi_emulate_reset_device()
372 } else if (sd->device_type == UAEDEV_HDF && sd->nativescsiunit < 0) { in scsi_emulate_cmd()
402 } else if (sd->nativescsiunit >= 0) { in scsi_emulate_cmd()
415 sys_command_scsi_direct_native(sd->nativescsiunit, -1, &as); in scsi_emulate_cmd()
438 sd->nativescsiunit = -1; in scsi_alloc_hd()
456 sd->nativescsiunit = -1; in scsi_alloc_cd()
472 sd->nativescsiunit = -1; in scsi_alloc_tape()
490 sd->nativescsiunit = nativeunit; in scsi_alloc_native()
507 if (sd->nativescsiunit >= 0) { in scsi_free()
508 sys_command_close (sd->nativescsiunit); in scsi_free()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dscsi.h53 int nativescsiunit; member