Home
last modified time | relevance | path

Searched refs:atapi_cmd (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dide.cpp730 if (atapi_cmd[3] == 0xFF && atapi_cmd[4] == 0xFF && atapi_cmd[5] == 0xFF) in play_audio_msf()
733 start_lba = (atapi_cmd[3] * 60u * 75u) + (atapi_cmd[4] * 75u) + atapi_cmd[5]; in play_audio_msf()
741 if (atapi_cmd[6] == 0xFF && atapi_cmd[7] == 0xFF && atapi_cmd[8] == 0xFF) in play_audio_msf()
744 end_lba = (atapi_cmd[6] * 60u * 75u) + (atapi_cmd[7] * 75u) + atapi_cmd[8]; in play_audio_msf()
784 ((uint32_t)atapi_cmd[4] << 8) + ((uint32_t)atapi_cmd[5] << 0); in play_audio10()
822 uint32_t AllocationLength = ((uint32_t)atapi_cmd[7] << 8) + atapi_cmd[8]; in read_toc()
1307 uint32_t AllocationLength = ((uint32_t)atapi_cmd[7] << 8) + atapi_cmd[8]; in on_mode_select_io_complete()
1557 atapi_cmd[ 0],atapi_cmd[ 1],atapi_cmd[ 2],atapi_cmd[ 3],atapi_cmd[ 4],atapi_cmd[ 5], in atapi_cmd_completion()
1558 atapi_cmd[ 6],atapi_cmd[ 7],atapi_cmd[ 8],atapi_cmd[ 9],atapi_cmd[10],atapi_cmd[11], in atapi_cmd_completion()
1773 atapi_cmd[0], atapi_cmd[1], atapi_cmd[2], atapi_cmd[3], atapi_cmd[4], atapi_cmd[5], in atapi_cmd_completion()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
885 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
886 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
944 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
956 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
965 g_free(cmd->atapi_cmd); in ahci_command_free()
982 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1045 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1161 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
888 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
889 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
947 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
959 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
968 g_free(cmd->atapi_cmd); in ahci_command_free()
985 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1048 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1164 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu42/qemu-4.2.1/tests/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
885 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
886 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
944 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
956 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
965 g_free(cmd->atapi_cmd); in ahci_command_free()
982 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1045 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1161 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
885 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
886 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
944 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
956 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
965 g_free(cmd->atapi_cmd); in ahci_command_free()
982 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1045 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1161 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
885 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
886 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
944 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
956 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
965 g_free(cmd->atapi_cmd); in ahci_command_free()
982 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1045 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1161 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
888 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
889 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
947 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
959 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
968 g_free(cmd->atapi_cmd); in ahci_command_free()
985 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1048 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1164 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
888 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
889 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
947 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
959 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
968 g_free(cmd->atapi_cmd); in ahci_command_free()
985 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1048 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1164 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
885 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
886 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
944 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
956 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
965 g_free(cmd->atapi_cmd); in ahci_command_free()
982 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1045 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1161 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/libqos/
H A Dahci.c99 unsigned char *atapi_cmd; member
888 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
889 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
947 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
959 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
968 g_free(cmd->atapi_cmd); in ahci_command_free()
985 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1048 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1164 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/drivers/
H A Dide.h201 struct atapi_command atapi_cmd; member
H A Dide.c224 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
652 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
681 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
740 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/drivers/
H A Dide.h200 struct atapi_command atapi_cmd; member
H A Dide.c203 struct atapi_command *cmd = &chan->atapi_cmd; in ob_ide_error()
631 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_request_sense()
660 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_atapi_drive_ready()
719 struct atapi_command *cmd = &drive->channel->atapi_cmd; in ob_ide_read_atapi()
/dports/devel/sunpromake/schily-2021-09-18/libscg/
H A Dscsi-aix.c426 ide_req->atapi_cmd.length = 12;
427 movebytes(&sp->cdb, &(ide_req->atapi_cmd.packet), 12);

12