typeIdx           369 src/dps8/dps8_disk.c     sim_printf("type     : %s", diskTypes[dsk_states[diskUnitIdx].typeIdx].typename);
typeIdx           404 src/dps8/dps8_disk.c     dsk_states[diskUnitIdx].typeIdx = i;
typeIdx           702 src/dps8/dps8_disk.c     uint typeIdx                     = disk_statep->typeIdx;
typeIdx           703 src/dps8/dps8_disk.c     if (diskTypes[typeIdx].seekSize != seek_64)
typeIdx           704 src/dps8/dps8_disk.c       sim_warn ("%s: disk%u sent a SEEK_64 but is 512 sized\n", __func__, typeIdx);
typeIdx           735 src/dps8/dps8_disk.c     if (seekData >= diskTypes[typeIdx].capac)
typeIdx           751 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           752 src/dps8/dps8_disk.c     if (diskTypes[typeIdx].seekSize != seek_512)
typeIdx           753 src/dps8/dps8_disk.c       sim_warn ("%s: disk%u sent a SEEK_512 but is 64 sized\n", __func__, typeIdx);
typeIdx           777 src/dps8/dps8_disk.c     if (seekData >= diskTypes[typeIdx].capac)
typeIdx           794 src/dps8/dps8_disk.c     uint typeIdx = disk_statep->typeIdx;
typeIdx           827 src/dps8/dps8_disk.c     if (seekData >= dsk_states[typeIdx].tAndDCapac)
typeIdx           845 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           846 src/dps8/dps8_disk.c     uint sectorSizeWords           = diskTypes[typeIdx].sectorSizeWords;
typeIdx           947 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           948 src/dps8/dps8_disk.c     uint sectorSizeWords           = diskTypes[typeIdx].sectorSizeWords;
typeIdx          1165 src/dps8/dps8_disk.c          word9 dau_type    = (word9) diskTypes[dsk_states[dsk_unit_idx].typeIdx].dau_type;
typeIdx            33 src/dps8/dps8_disk.h     uint typeIdx;