typeIdx           368 src/dps8/dps8_disk.c     sim_printf("type     : %s", diskTypes[dsk_states[diskUnitIdx].typeIdx].typename);
typeIdx           403 src/dps8/dps8_disk.c     dsk_states[diskUnitIdx].typeIdx = i;
typeIdx           700 src/dps8/dps8_disk.c     uint typeIdx                     = disk_statep->typeIdx;
typeIdx           701 src/dps8/dps8_disk.c     if (diskTypes[typeIdx].seekSize != seek_64)
typeIdx           702 src/dps8/dps8_disk.c       sim_warn ("%s: disk%u sent a SEEK_64 but is 512 sized\n", __func__, typeIdx);
typeIdx           733 src/dps8/dps8_disk.c     if (seekData >= diskTypes[typeIdx].capac)
typeIdx           749 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           750 src/dps8/dps8_disk.c     if (diskTypes[typeIdx].seekSize != seek_512)
typeIdx           751 src/dps8/dps8_disk.c       sim_warn ("%s: disk%u sent a SEEK_512 but is 64 sized\n", __func__, typeIdx);
typeIdx           775 src/dps8/dps8_disk.c     if (seekData >= diskTypes[typeIdx].capac)
typeIdx           792 src/dps8/dps8_disk.c     uint typeIdx = disk_statep->typeIdx;
typeIdx           825 src/dps8/dps8_disk.c     if (seekData >= dsk_states[typeIdx].tAndDCapac)
typeIdx           843 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           844 src/dps8/dps8_disk.c     uint sectorSizeWords           = diskTypes[typeIdx].sectorSizeWords;
typeIdx           945 src/dps8/dps8_disk.c     uint typeIdx                   = disk_statep->typeIdx;
typeIdx           946 src/dps8/dps8_disk.c     uint sectorSizeWords           = diskTypes[typeIdx].sectorSizeWords;
typeIdx          1163 src/dps8/dps8_disk.c          word9 dau_type    = (word9) diskTypes[dsk_states[dsk_unit_idx].typeIdx].dau_type;
typeIdx            30 src/dps8/dps8_disk.h     uint typeIdx;