mgp_state         110 src/dps8/dps8_mgp.c   } mgp_state[N_MGP_UNITS_MAX];
mgp_state         196 src/dps8/dps8_mgp.c   if (mgp_state[n].device_name[1] != 0)
mgp_state         198 src/dps8/dps8_mgp.c       sim_printf("name     : %s", mgp_state[n].device_name);
mgp_state         221 src/dps8/dps8_mgp.c       strncpy(mgp_state[n].device_name, cptr, MAX_DEV_NAME_LEN - 1);
mgp_state         222 src/dps8/dps8_mgp.c       mgp_state[n].device_name[MAX_DEV_NAME_LEN - 1] = 0;
mgp_state         226 src/dps8/dps8_mgp.c       mgp_state[n].device_name[0] = 0;
mgp_state         343 src/dps8/dps8_mgp.c   memset(mgp_state, 0, sizeof ( mgp_state ));
mgp_state         706 src/dps8/dps8_mgp.c                      mgp_state[iom_unit_idx].device_name,