msp_states       1776 src/dps8/dps8_disk.c struct msp_state_s msp_states [N_MSP_UNITS_MAX];
msp_states       1829 src/dps8/dps8_disk.c     if (msp_states[n].device_name[0] != 0)
msp_states       1830 src/dps8/dps8_disk.c       sim_printf("name     : %s", msp_states[n].device_name);
msp_states       1844 src/dps8/dps8_disk.c         strncpy (msp_states[n].device_name, cptr, MAX_DEV_NAME_LEN-1);
msp_states       1845 src/dps8/dps8_disk.c         msp_states[n].device_name[MAX_DEV_NAME_LEN-1] = 0;
msp_states       1848 src/dps8/dps8_disk.c       msp_states[n].device_name[0] = 0;
msp_states         74 src/dps8/dps8_disk.h extern struct msp_state_s msp_states [N_MSP_UNITS_MAX];