there             547 src/dps8/dps8_cable.c static t_stat cable_ctlr_to_iom (int uncable, struct ctlr_to_iom_s * there,
there             552 src/dps8/dps8_cable.c         if (! there->in_use)
there             557 src/dps8/dps8_cable.c         if (there->iom_unit_idx != iom_unit_idx ||
there             558 src/dps8/dps8_cable.c             there->chan_num != chan_num)
there             563 src/dps8/dps8_cable.c         there->in_use = false;
there             567 src/dps8/dps8_cable.c         if (there->in_use)
there             572 src/dps8/dps8_cable.c         there->in_use = true;
there             573 src/dps8/dps8_cable.c         there->iom_unit_idx = iom_unit_idx;
there             574 src/dps8/dps8_cable.c         there->chan_num     = chan_num;
there             584 src/dps8/dps8_cable.c                           struct ctlr_to_iom_s * there,
there             613 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
there             632 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
there             945 src/dps8/dps8_cable.c                                     struct dev_to_ctlr_s * there,
there             950 src/dps8/dps8_cable.c         if (! there->in_use)
there             955 src/dps8/dps8_cable.c         if (there->ctlr_unit_idx != ctlr_unit_idx ||
there             956 src/dps8/dps8_cable.c             there->dev_code != dev_code)
there             961 src/dps8/dps8_cable.c         there->in_use = false;
there             965 src/dps8/dps8_cable.c         if (there->in_use)
there             970 src/dps8/dps8_cable.c         there->in_use        = true;
there             971 src/dps8/dps8_cable.c         there->ctlr_unit_idx = ctlr_unit_idx;
there             972 src/dps8/dps8_cable.c         there->dev_code      = dev_code;
there             973 src/dps8/dps8_cable.c         there->ctlr_type     = ctlr_type;
there             985 src/dps8/dps8_cable.c                             struct dev_to_ctlr_s * there,
there             998 src/dps8/dps8_cable.c                                           there,
there            1020 src/dps8/dps8_cable.c                                           there,