mtp_state         153 src/dps8/dps8_mt.c   } mtp_state [N_MTP_UNITS_MAX];
mtp_state         185 src/dps8/dps8_mt.c                 mtp_state[mtp_unit_idx].boot_drive);
mtp_state         203 src/dps8/dps8_mt.c     mtp_state[mtp_unit_idx].boot_drive = (uint) n;
mtp_state         238 src/dps8/dps8_mt.c     sim_printf("name     : %s", mtp_state [n].device_name);
mtp_state         250 src/dps8/dps8_mt.c         strncpy (mtp_state[n].device_name, cptr, MAX_DEV_NAME_LEN-1);
mtp_state         251 src/dps8/dps8_mt.c         mtp_state[n].device_name[MAX_DEV_NAME_LEN-1] = 0;
mtp_state         254 src/dps8/dps8_mt.c       mtp_state[n].device_name[0] = 0;
mtp_state        1502 src/dps8/dps8_mt.c     dev_code = mtp_state[ctlr_unit_idx].boot_drive;