ctlr_type         580 src/dps8/dps8_cable.c                           enum ctlr_type_e ctlr_type, enum chan_type_e chan_type,
ctlr_type         636 src/dps8/dps8_cable.c         p->ctlr_type     = ctlr_type;
ctlr_type         908 src/dps8/dps8_cable.c                                     enum ctlr_type_e ctlr_type,
ctlr_type         937 src/dps8/dps8_cable.c         there->ctlr_type     = ctlr_type;
ctlr_type         945 src/dps8/dps8_cable.c                             enum ctlr_type_e ctlr_type,
ctlr_type         961 src/dps8/dps8_cable.c                                           ctlr_unit_idx, dev_code, ctlr_type,
ctlr_type         983 src/dps8/dps8_cable.c                                           ctlr_unit_idx, dev_code, ctlr_type,
ctlr_type        1470 src/dps8/dps8_cable.c                                     ctlr_type_strs[p->ctlr_type],
ctlr_type        1482 src/dps8/dps8_cable.c                                 ctlr_type_strs[p->ctlr_type],        \
ctlr_type        1555 src/dps8/dps8_cable.c                     u, c, p->ctlr_unit_idx, p->port_num, ctlr_type_strs[p->ctlr_type],
ctlr_type        1621 src/dps8/dps8_cable.c                   p->dev_code, ctlr_type_strs[p->ctlr_type]);                   \
ctlr_type         153 src/dps8/dps8_cable.h     enum ctlr_type_e ctlr_type; // TAPE, DISK, CON, ...
ctlr_type         210 src/dps8/dps8_cable.h     enum ctlr_type_e ctlr_type; // Used by disks to determine if the controller
ctlr_type        1817 src/dps8/dps8_cpu.c 
ctlr_type        1818 src/dps8/dps8_cpu.c 
ctlr_type        1820 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);