MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / blkdev_entergui

Function blkdev_entergui

src/blkdev.cpp:610–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void blkdev_entergui (void)
611{
612 for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++) {
613 struct blkdevstate *st = &state[i];
614 struct device_info di;
615 if (sys_command_info (i, &di, 1)) {
616 if (sys_command_cd_pause (i, 1) == 0)
617 st->waspaused = 1;
618 }
619 }
620}
621void blkdev_exitgui (void)
622{
623 for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++) {

Callers 1

devices_pauseFunction · 0.85

Calls 2

sys_command_infoFunction · 0.85
sys_command_cd_pauseFunction · 0.85

Tested by

no test coverage detected