there             542 src/dps8/dps8_cable.c static t_stat cable_ctlr_to_iom (int uncable, struct ctlr_to_iom_s * there,
there             547 src/dps8/dps8_cable.c         if (! there->in_use)
there             552 src/dps8/dps8_cable.c         if (there->iom_unit_idx != iom_unit_idx ||
there             553 src/dps8/dps8_cable.c             there->chan_num != chan_num)
there             558 src/dps8/dps8_cable.c         there->in_use = false;
there             562 src/dps8/dps8_cable.c         if (there->in_use)
there             567 src/dps8/dps8_cable.c         there->in_use = true;
there             568 src/dps8/dps8_cable.c         there->iom_unit_idx = iom_unit_idx;
there             569 src/dps8/dps8_cable.c         there->chan_num     = chan_num;
there             579 src/dps8/dps8_cable.c                           struct ctlr_to_iom_s * there,
there             608 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
there             627 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
there             922 src/dps8/dps8_cable.c                                     struct dev_to_ctlr_s * there,
there             927 src/dps8/dps8_cable.c         if (! there->in_use)
there             932 src/dps8/dps8_cable.c         if (there->ctlr_unit_idx != ctlr_unit_idx ||
there             933 src/dps8/dps8_cable.c             there->dev_code != dev_code)
there             938 src/dps8/dps8_cable.c         there->in_use = false;
there             942 src/dps8/dps8_cable.c         if (there->in_use)
there             947 src/dps8/dps8_cable.c         there->in_use        = true;
there             948 src/dps8/dps8_cable.c         there->ctlr_unit_idx = ctlr_unit_idx;
there             949 src/dps8/dps8_cable.c         there->dev_code      = dev_code;
there             950 src/dps8/dps8_cable.c         there->ctlr_type     = ctlr_type;
there             962 src/dps8/dps8_cable.c                             struct dev_to_ctlr_s * there,
there             975 src/dps8/dps8_cable.c                                           there,
there             997 src/dps8/dps8_cable.c                                           there,