ctlr_type 587 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, enum chan_type_e chan_type, ctlr_type 643 src/dps8/dps8_cable.c p->ctlr_type = ctlr_type; ctlr_type 953 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, ctlr_type 982 src/dps8/dps8_cable.c there->ctlr_type = ctlr_type; ctlr_type 990 src/dps8/dps8_cable.c enum ctlr_type_e ctlr_type, ctlr_type 1006 src/dps8/dps8_cable.c ctlr_unit_idx, dev_code, ctlr_type, ctlr_type 1028 src/dps8/dps8_cable.c ctlr_unit_idx, dev_code, ctlr_type, ctlr_type 1525 src/dps8/dps8_cable.c ctlr_type_strs[p->ctlr_type], ctlr_type 1537 src/dps8/dps8_cable.c ctlr_type_strs[p->ctlr_type], \ ctlr_type 1610 src/dps8/dps8_cable.c u, c, p->ctlr_unit_idx, p->port_num, ctlr_type_strs[p->ctlr_type], ctlr_type 1674 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 459 src/dps8/dps8_disk.c enum ctlr_type_e ctlr_type = cables->dsk_to_ctlr[dsk_unit_idx].ctlr_type; ctlr_type 460 src/dps8/dps8_disk.c if (ctlr_type != CTLR_T_MSP && ctlr_type != CTLR_T_IPC) { ctlr_type 462 src/dps8/dps8_disk.c if (ctlr_type != CTLR_T_NONE) { ctlr_type 474 src/dps8/dps8_disk.c ctlr_type 508 src/dps8/dps8_disk.c if (ctlr_type == CTLR_T_MSP) { ctlr_type 1143 src/dps8/dps8_disk.c if (cables->iom_to_ctlr[iom_unit_idx][chan].ctlr_type == CTLR_T_IPC) ctlr_type 1218 src/dps8/dps8_disk.c if (cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type == CTLR_T_IPC) ctlr_type 1220 src/dps8/dps8_disk.c else if (cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type == CTLR_T_MSP) ctlr_type 1223 src/dps8/dps8_disk.c sim_warn ("%s: Can't find controller (%d)\r\n", __func__, cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type);