msp_states       1773 src/dps8/dps8_disk.c struct msp_state_s msp_states [N_MSP_UNITS_MAX];
msp_states       1826 src/dps8/dps8_disk.c     if (msp_states[n].device_name[0] != 0)
msp_states       1827 src/dps8/dps8_disk.c       sim_printf("name     : %s", msp_states[n].device_name);
msp_states       1841 src/dps8/dps8_disk.c         strncpy (msp_states[n].device_name, cptr, MAX_DEV_NAME_LEN-1);
msp_states       1842 src/dps8/dps8_disk.c         msp_states[n].device_name[MAX_DEV_NAME_LEN-1] = 0;
msp_states       1845 src/dps8/dps8_disk.c       msp_states[n].device_name[0] = 0;
msp_states         77 src/dps8/dps8_disk.h extern struct msp_state_s msp_states [N_MSP_UNITS_MAX];