ctlr_type 585 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, enum chan_type_e chan_type, ctlr_type 641 src/dps8/dps8_cable.c p->ctlr_type = ctlr_type; ctlr_type 944 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, ctlr_type 973 src/dps8/dps8_cable.c there->ctlr_type = ctlr_type; ctlr_type 981 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, ctlr_type 997 src/dps8/dps8_cable.c ctlr_unit_idx, dev_code, ctlr_type, ctlr_type 1019 src/dps8/dps8_cable.c ctlr_unit_idx, dev_code, ctlr_type, ctlr_type 1511 src/dps8/dps8_cable.c ctlr_type_strs[p->ctlr_type], ctlr_type 1523 src/dps8/dps8_cable.c ctlr_type_strs[p->ctlr_type], \ ctlr_type 1596 src/dps8/dps8_cable.c u, c, p->ctlr_unit_idx, p->port_num, ctlr_type_strs[p->ctlr_type], ctlr_type 1673 src/dps8/dps8_cable.c p->dev_code, ctlr_type_strs[p->ctlr_type]); \ ctlr_type 154 src/dps8/dps8_cable.h enum ctlr_type_e ctlr_type; // TAPE, DISK, CON, ... ctlr_type 211 src/dps8/dps8_cable.h enum ctlr_type_e ctlr_type; // Used by disks to determine if the controller ctlr_type 1870 src/dps8/dps8_cpu.c ctlr_type 1871 src/dps8/dps8_cpu.c ctlr_type 1873 src/dps8/dps8_cpu.c ctlr_type 461 src/dps8/dps8_disk.c enum ctlr_type_e ctlr_type = cables->dsk_to_ctlr[dsk_unit_idx].ctlr_type; ctlr_type 462 src/dps8/dps8_disk.c if (ctlr_type != CTLR_T_MSP && ctlr_type != CTLR_T_IPC) { ctlr_type 464 src/dps8/dps8_disk.c if (ctlr_type != CTLR_T_NONE) { ctlr_type 476 src/dps8/dps8_disk.c ctlr_type 510 src/dps8/dps8_disk.c if (ctlr_type == CTLR_T_MSP) { ctlr_type 1145 src/dps8/dps8_disk.c if (cables->iom_to_ctlr[iom_unit_idx][chan].ctlr_type == CTLR_T_IPC) ctlr_type 1214 src/dps8/dps8_disk.c if (cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type == CTLR_T_IPC) ctlr_type 1216 src/dps8/dps8_disk.c else if (cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type == CTLR_T_MSP) ctlr_type 1219 src/dps8/dps8_disk.c sim_warn ("%s: Can't find controller (%d)\n", __func__, cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type);