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         921 src/dps8/dps8_cable.c                                     enum ctlr_type_e ctlr_type,
ctlr_type         950 src/dps8/dps8_cable.c         there->ctlr_type     = ctlr_type;
ctlr_type         958 src/dps8/dps8_cable.c                             enum ctlr_type_e ctlr_type,
ctlr_type         974 src/dps8/dps8_cable.c                                           ctlr_unit_idx, dev_code, ctlr_type,
ctlr_type         996 src/dps8/dps8_cable.c                                           ctlr_unit_idx, dev_code, ctlr_type,
ctlr_type        1488 src/dps8/dps8_cable.c                                     ctlr_type_strs[p->ctlr_type],
ctlr_type        1500 src/dps8/dps8_cable.c                             ctlr_type_strs[p->ctlr_type],            \
ctlr_type        1573 src/dps8/dps8_cable.c                     u, c, p->ctlr_unit_idx, p->port_num, ctlr_type_strs[p->ctlr_type],
ctlr_type        1632 src/dps8/dps8_cable.c                   p->dev_code, ctlr_type_strs[p->ctlr_type]);                   \
ctlr_type         151 src/dps8/dps8_cable.h     enum ctlr_type_e ctlr_type; // TAPE, DISK, CON, ...
ctlr_type         208 src/dps8/dps8_cable.h     enum ctlr_type_e ctlr_type; // Used by disks to determine if the controller
ctlr_type        1850 src/dps8/dps8_cpu.c 
ctlr_type        1851 src/dps8/dps8_cpu.c 
ctlr_type        1853 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)\n", __func__, cables->iom_to_ctlr[iomUnitIdx][chan].ctlr_type);